summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/resources/ldapUserServiceSampleData.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-108/+0
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+108
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.