diff options
author | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-27 07:04:54 +0000 |
---|---|---|
committer | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-27 07:04:54 +0000 |
commit | 8dffa927aa50a1ff1924f554fe3534ebcd6d9278 (patch) | |
tree | 29d65d23a2535059440e1ac366fb911b6d622166 | |
parent | c2e98f95b966a5e25951f80c1016b76f8743eb8c (diff) | |
download | pdf-as-3-8dffa927aa50a1ff1924f554fe3534ebcd6d9278.tar.gz pdf-as-3-8dffa927aa50a1ff1924f554fe3534ebcd6d9278.tar.bz2 pdf-as-3-8dffa927aa50a1ff1924f554fe3534ebcd6d9278.zip |
added the comons-lang jar to lib
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@202 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 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/j2sdk1.4.2_14"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<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"/>
|