diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-23 10:49:26 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-23 10:52:43 -0500 |
commit | f09f249c0eacbc73592c4f656a9c34f6bc1df1cc (patch) | |
tree | 63c7d629fa8e054c60dac79b327fff15f948fde0 /.classpath | |
parent | e8c417f4e63f84ac6e14f6d5540dcb1f0f9862fc (diff) | |
download | gitblit-f09f249c0eacbc73592c4f656a9c34f6bc1df1cc.tar.gz gitblit-f09f249c0eacbc73592c4f656a9c34f6bc1df1cc.zip |
Added JCalendar 1.3.2 dependency
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ <classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8-sources.jar" /> <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/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" /> |