GitHub user eddgrant opened a pull request:
https://github.com/apache/roller/pull/2
Adding empty db directories which seem to be required in order to allow ...
...maven to build the planet-business module.
Note these are present in the SVN repo so I'm wondering if they were
removed when the repo was moved to GitHub as Git doesn't allow empty
directories (hence the empty .gitignore file in each directory)
Also added .gitignore in the root to instruct Git to ignore generated
target directories.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eddgrant/roller trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/roller/pull/2.patch
----
commit 2aa6c322d9d536574e31f547e92ac3f40123ac0d
Author: Edd Grant <[email protected]>
Date: 2012-08-22T14:02:45-07:00
Adding empty db directories which seem to be required in order to allow
maven to build the planet-business module.
Note these are present in the SVN repo so I'm wondering if they were
removed when the repo was moved to GitHub as Git doesn't allow empty
directories (hence the empty .gitignore file in each directory)
----