summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-11-30 16:26:38 -0500
committerJames Moger <james.moger@gitblit.com>2012-11-30 16:26:38 -0500
commit9e1aa2eab5a72be52ebee633557a5aafc8132eb6 (patch)
tree4e64eed347344ff374ae749972f8dd17ccd3787c /.classpath
parente377dce8818ecd55bb599a8532376cf55e56381a (diff)
downloadgitblit-9e1aa2eab5a72be52ebee633557a5aafc8132eb6.tar.gz
gitblit-9e1aa2eab5a72be52ebee633557a5aafc8132eb6.zip
Added Commons-Compress and XZ for Java (issue-174)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 772d0e62..55018bfb 100644
--- a/.classpath
+++ b/.classpath
@@ -34,6 +34,8 @@
<classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0-sources.jar" />
<classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0-sources.jar" />
<classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" />
+ <classpathentry kind="lib" path="ext/commons-compress-1.4.1.jar" sourcepath="ext/src/commons-compress-1.4.1-sources.jar" />
+ <classpathentry kind="lib" path="ext/xz-1.0.jar" sourcepath="ext/src/xz-1.0-sources.jar" />
<classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar" />
<classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar" />
<classpathentry kind="output" path="bin/classes" />