summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@cycos.com>2013-08-20 20:02:51 +0200
committerFlorian Zschocke <florian.zschocke@cycos.com>2013-08-26 12:39:57 +0200
commitf7286e0d8d92956e85ec1a20c54cd5d972ba1541 (patch)
tree486b8b2ec81228205a8291972e0fd43d6e4be896 /.classpath
parent9d2f661602049e0edbdac4fdcb2adb6b1f71b5de (diff)
downloadgitblit-f7286e0d8d92956e85ec1a20c54cd5d972ba1541.tar.gz
gitblit-f7286e0d8d92956e85ec1a20c54cd5d972ba1541.zip
Add commons-io to explicit dependencies.
Add the commons-io library explicitly to the depencencies. It was already present as a transitive dependency but is now used in code. Using the version 2.2 as that got so far already packaged in ext.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 04b4bbaa..ad8756c4 100644
--- a/.classpath
+++ b/.classpath
@@ -37,6 +37,7 @@
<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.jar" />
<classpathentry kind="lib" path="ext/xz-1.0.jar" sourcepath="ext/src/xz-1.0.jar" />
+ <classpathentry kind="lib" path="ext/commons-io-2.2.jar" sourcepath="ext/src/commons-io-2.2.jar" />
<classpathentry kind="lib" path="ext/force-partner-api-24.0.0.jar" sourcepath="ext/src/force-partner-api-24.0.0.jar" />
<classpathentry kind="lib" path="ext/force-wsc-24.0.0.jar" sourcepath="ext/src/force-wsc-24.0.0.jar" />
<classpathentry kind="lib" path="ext/js-1.7R2.jar" sourcepath="ext/src/js-1.7R2.jar" />
@@ -60,7 +61,6 @@
<classpathentry kind="lib" path="ext/httpcore-4.2.1.jar" sourcepath="ext/src/httpcore-4.2.1.jar" />
<classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar" />
<classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" />
- <classpathentry kind="lib" path="ext/commons-io-2.2.jar" sourcepath="ext/src/commons-io-2.2.jar" />
<classpathentry kind="output" path="bin/classes" />
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
</classpath> \ No newline at end of file