diff options
author | James Moger <james.moger@gitblit.com> | 2013-12-09 16:37:20 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-12-09 16:37:20 -0500 |
commit | 0c0bb9c0c479b0c04e918f1dfb57e2998d0b3ecc (patch) | |
tree | 4c4bf38ce5a62c3adfeeeda193b9e46a54b76357 /.classpath | |
parent | 2a5e6510782fff7562fc2272a8483f4fa3c868c1 (diff) | |
download | gitblit-0c0bb9c0c479b0c04e918f1dfb57e2998d0b3ecc.tar.gz gitblit-0c0bb9c0c479b0c04e918f1dfb57e2998d0b3ecc.zip |
Support Markdown image links relative to the repository root (issue-324)
Change-Id: I8bad02b26a20636e4fc3d1f0ab0a16f0bacc7bf1
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,9 +30,9 @@ <classpathentry kind="lib" path="ext/lucene-queryparser-4.6.0.jar" sourcepath="ext/src/lucene-queryparser-4.6.0.jar" /> <classpathentry kind="lib" path="ext/lucene-sandbox-4.6.0.jar" sourcepath="ext/src/lucene-sandbox-4.6.0.jar" /> <classpathentry kind="lib" path="ext/jakarta-regexp-1.4.jar" /> - <classpathentry kind="lib" path="ext/pegdown-1.4.1.jar" sourcepath="ext/src/pegdown-1.4.1.jar" /> - <classpathentry kind="lib" path="ext/parboiled-java-1.1.5.jar" sourcepath="ext/src/parboiled-java-1.1.5.jar" /> - <classpathentry kind="lib" path="ext/parboiled-core-1.1.5.jar" sourcepath="ext/src/parboiled-core-1.1.5.jar" /> + <classpathentry kind="lib" path="ext/pegdown-1.4.2.jar" sourcepath="ext/src/pegdown-1.4.2.jar" /> + <classpathentry kind="lib" path="ext/parboiled-java-1.1.6.jar" sourcepath="ext/src/parboiled-java-1.1.6.jar" /> + <classpathentry kind="lib" path="ext/parboiled-core-1.1.6.jar" sourcepath="ext/src/parboiled-core-1.1.6.jar" /> <classpathentry kind="lib" path="ext/asm-4.1.jar" sourcepath="ext/src/asm-4.1.jar" /> <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" /> |