diff options
author | James Moger <james.moger@gitblit.com> | 2013-11-12 16:17:17 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-11-12 17:56:46 -0500 |
commit | c05da657ec71c46d0e5bc32b074ddcd9d8b76353 (patch) | |
tree | 85977f1ac28afe21696854607b2f761ec25502d1 /.classpath | |
parent | dc7c2f650de99c7f9ae8d6c049f419fcd00fb2a2 (diff) | |
download | gitblit-c05da657ec71c46d0e5bc32b074ddcd9d8b76353.tar.gz gitblit-c05da657ec71c46d0e5bc32b074ddcd9d8b76353.zip |
Add markup support for confluence, mediawiki, textile, trac, and twiki
Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,12 @@ <classpathentry kind="lib" path="ext/asm-tree-4.1.jar" sourcepath="ext/src/asm-tree-4.1.jar" /> <classpathentry kind="lib" path="ext/asm-analysis-4.1.jar" sourcepath="ext/src/asm-analysis-4.1.jar" /> <classpathentry kind="lib" path="ext/asm-util-4.1.jar" sourcepath="ext/src/asm-util-4.1.jar" /> + <classpathentry kind="lib" path="ext/wikitext-core-1.4.jar" sourcepath="ext/src/wikitext-core-1.4.jar" /> + <classpathentry kind="lib" path="ext/twiki-core-1.4.jar" sourcepath="ext/src/twiki-core-1.4.jar" /> + <classpathentry kind="lib" path="ext/textile-core-1.4.jar" sourcepath="ext/src/textile-core-1.4.jar" /> + <classpathentry kind="lib" path="ext/tracwiki-core-1.4.jar" sourcepath="ext/src/tracwiki-core-1.4.jar" /> + <classpathentry kind="lib" path="ext/mediawiki-core-1.4.jar" sourcepath="ext/src/mediawiki-core-1.4.jar" /> + <classpathentry kind="lib" path="ext/confluence-core-1.4.jar" sourcepath="ext/src/confluence-core-1.4.jar" /> <classpathentry kind="lib" path="ext/org.eclipse.jgit-3.1.0.201310021548-r.jar" sourcepath="ext/src/org.eclipse.jgit-3.1.0.201310021548-r.jar" /> <classpathentry kind="lib" path="ext/jsch-0.1.46.jar" sourcepath="ext/src/jsch-0.1.46.jar" /> <classpathentry kind="lib" path="ext/JavaEWAH-0.5.6.jar" sourcepath="ext/src/JavaEWAH-0.5.6.jar" /> |