| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fix a null pointer access in the `toString` method for a freshly created
`FileSettings`.
|
| |
|
|
|
|
|
| |
This allows you to build a hierarchy of properties files or for a properties file
to include default settings.
|
| |
|
|
|
|
| |
Change-Id: I5358389396f816da979ec18a31421c2d2b67b3d9
|
|
|
|
| |
Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
|
|
This is a massive commit which reorganizes the entire project structure
(although it is still monolithic), removes the Build classes, and
switches to Moxie, a smarter Ant build tookit based on the original
Gitblit Build classes.
The Ant build script will likely require additional fine-tuning, but
this is big step forward.
|