Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix backslash regression in relative path determiniation | James Moger | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Improve relative path determination using Java 7 Paths | James Moger | 2014-10-10 | 1 | -14/+6 |
| | |||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -20/+20 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Add recursive delete function to FileUtils | James Moger | 2013-09-30 | 1 | -0/+24 |
| | | | | Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280 | ||||
* | Close streams in finally block. | Florian Zschocke | 2013-08-21 | 1 | -10/+36 |
| | | | | Close input and output streams in a finally block so that they do not linger around and occupy system resources when an exception occurs. | ||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+292 |
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. |