diff options
author | wprinz <wprinz@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-06-16 13:06:20 +0000 |
---|---|---|
committer | wprinz <wprinz@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-06-16 13:06:20 +0000 |
commit | 9b15d77ec5c955c7b8a7c49c98c41c015798c145 (patch) | |
tree | dc460ea188305df6379a301197c9fd5fd6b76cab /.classpath | |
parent | ec360bb2794115d33b6203b3171f7cca23ac544e (diff) | |
download | pdf-as-3-08e3b8fc4d76b5cb1c6320e333a028f523d67835.tar.gz pdf-as-3-08e3b8fc4d76b5cb1c6320e333a028f523d67835.tar.bz2 pdf-as-3-08e3b8fc4d76b5cb1c6320e333a028f523d67835.zip |
Release 3.0.6 für BRZREL-3.0.6@923
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/tags/REL_3.0.6@291 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -3,7 +3,6 @@ <classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/1.4.2_11"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
@@ -11,5 +10,26 @@ <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <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"/>
+ <classpathentry kind="lib" path="lib/axis-saaj-1.0.jar"/>
+ <classpathentry kind="lib" path="lib/axis-wsdl4j-1.0.jar"/>
+ <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
+ <classpathentry kind="lib" path="lib/commons-discovery-0.2.jar"/>
+ <classpathentry kind="lib" path="lib/commons-fileupload-1.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-httpclient-3.0.jar"/>
+ <classpathentry kind="lib" path="lib/commons-io-1.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging-1.0.3.jar"/>
+ <classpathentry kind="lib" path="lib/iaik_ecc_eval_signed-2.15.jar"/>
+ <classpathentry kind="lib" path="lib/iaik_jce_eval_signed-3.16.jar"/>
+ <classpathentry kind="lib" path="lib/junit-3.8.jar"/>
+ <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-1.4.3.jar"/>
+ <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="output" path="target/classes"/>
</classpath>
|