diff options
author | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-27 07:04:13 +0000 |
---|---|---|
committer | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-27 07:04:13 +0000 |
commit | c2e98f95b966a5e25951f80c1016b76f8743eb8c (patch) | |
tree | f7c8e9d170534f3d5b7847fd5e1ffe82775c1f9c /.classpath | |
parent | 20e23aa9edcae9b5d087f369c76831ec1b60dc13 (diff) | |
download | pdf-as-3-c2e98f95b966a5e25951f80c1016b76f8743eb8c.tar.gz pdf-as-3-c2e98f95b966a5e25951f80c1016b76f8743eb8c.tar.bz2 pdf-as-3-c2e98f95b966a5e25951f80c1016b76f8743eb8c.zip |
added the comons-lang jar to lib
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@201 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ <classpathentry excluding="**/package.html" kind="src" path="src/main/java"/>
<classpathentry excluding="**/package.html" kind="src" path="src/test/java"/>
<classpathentry excluding="**/package.html" kind="src" path="src/main/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.2_14"/>
<classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
<classpathentry kind="lib" path="lib/axis-1.0.jar"/>
<classpathentry kind="lib" path="lib/axis-jaxrpc-1.0.jar"/>
@@ -23,5 +23,6 @@ <classpathentry kind="lib" path="lib/lucene-demos-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.4.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.7.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
<classpathentry kind="output" path="webapp/WEB-INF/classes"/>
</classpath>
|