summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/MarkdownUtilsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-12/+2
| | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+54
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.