summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorabranson <andrew.branson@cern.ch>2011-08-04 16:08:49 +0200
committerabranson <andrew.branson@cern.ch>2011-08-04 16:08:49 +0200
commit379ed8a0e133bee650e0acb24f6b743f657a50d0 (patch)
treebdcac37cabe3f2f3d40715519b830469dc9e63ad /.classpath
parent0ec8481c10cd8277d84c7c1a785483a0a739e5a0 (diff)
Last bit of cleanup honest
New castor and dependent commons libs
Diffstat (limited to '.classpath')
-rw-r--r--.classpath9
1 files changed, 5 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index e344f67..79ed770 100644
--- a/.classpath
+++ b/.classpath
@@ -8,11 +8,12 @@
<classpathentry kind="lib" path="lib/wrapper.jar"/>
<classpathentry kind="lib" path="lib/bsf.jar"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
- <classpathentry kind="lib" path="lib/castor-xml.jar"/>
- <classpathentry kind="lib" path="lib/castor-core.jar"/>
- <classpathentry kind="lib" path="lib/castor-xml-schema.jar"/>
- <classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/ldap.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/castor-1.3.2-core.jar"/>
+ <classpathentry kind="lib" path="lib/castor-1.3.2-xml-schema.jar"/>
+ <classpathentry kind="lib" path="lib/castor-1.3.2-xml.jar"/>
+ <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>