diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-30 16:26:38 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-30 16:26:38 -0500 |
commit | 9e1aa2eab5a72be52ebee633557a5aafc8132eb6 (patch) | |
tree | 4e64eed347344ff374ae749972f8dd17ccd3787c /.classpath | |
parent | e377dce8818ecd55bb599a8532376cf55e56381a (diff) | |
download | gitblit-9e1aa2eab5a72be52ebee633557a5aafc8132eb6.tar.gz gitblit-9e1aa2eab5a72be52ebee633557a5aafc8132eb6.zip |
Added Commons-Compress and XZ for Java (issue-174)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" /> |