source: main/trunk/greenstone3/.classpath

Last change on this file was 33715, checked in by ak19, 4 years ago

Much shorter Eclipse project file, currently including just the jar files needed for compiling to succeed, but now incorporating ext/solr's source code folder besides the gli/src and gs3's src/java source folders. Not sure if this new .classpath file will affect Eclipse run configurations, in which case more jars may be needed and it may be worthwhile in then to revert the .classpath file.

File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="src" path="ext/solr/src/java"/>
5 <classpathentry kind="src" path="gli/src"/>
6 <classpathentry kind="src" path="src/java"/>
7 <classpathentry kind="lib" path="web/WEB-INF/lib/ant.jar"/>
8 <classpathentry kind="lib" path="web/WEB-INF/lib/axis.jar"/>
9 <classpathentry kind="lib" path="web/WEB-INF/lib/commons-codec-1.7.jar"/>
10 <classpathentry kind="lib" path="web/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
11 <classpathentry kind="lib" path="web/WEB-INF/lib/commons-io-2.1.jar"/>
12 <classpathentry kind="lib" path="web/WEB-INF/lib/commons-lang3-3.0-beta.jar"/>
13 <classpathentry kind="lib" path="web/WEB-INF/lib/DLservices.jar"/>
14 <classpathentry kind="lib" path="web/WEB-INF/lib/fedoraGS3.jar"/>
15 <classpathentry kind="lib" path="web/WEB-INF/lib/gson-1.7.1.jar"/>
16 <classpathentry kind="lib" path="web/WEB-INF/lib/jaxrpc.jar"/>
17 <classpathentry kind="lib" path="web/WEB-INF/lib/jdbm.jar"/>
18 <classpathentry kind="lib" path="web/WEB-INF/lib/jna.jar"/>
19 <classpathentry kind="lib" path="web/WEB-INF/lib/jna-platform.jar"/>
20 <classpathentry kind="lib" path="web/WEB-INF/lib/JSON-java.jar"/>
21 <classpathentry kind="lib" path="web/WEB-INF/lib/junit.jar"/>
22 <classpathentry kind="lib" path="web/WEB-INF/lib/log4j-1.2.8.jar"/>
23 <classpathentry kind="lib" path="web/WEB-INF/lib/LuceneWrapper4.jar"/>
24 <classpathentry kind="lib" path="web/WEB-INF/lib/serializer.jar"/>
25 <classpathentry kind="lib" path="web/WEB-INF/lib/slf4j-api-1.6.6.jar"/>
26 <classpathentry kind="lib" path="web/WEB-INF/lib/slf4j-jdk14-1.6.6.jar"/>
27 <classpathentry kind="lib" path="web/WEB-INF/lib/xalan.jar"/>
28 <classpathentry kind="lib" path="web/WEB-INF/lib/xercesImpl.jar"/>
29 <classpathentry kind="lib" path="web/WEB-INF/lib/xml-apis.jar"/>
30 <classpathentry kind="lib" path="web/WEB-INF/lib/xsltc.jar"/>
31 <classpathentry kind="lib" path="lib/java/svnkit.jar"/>
32 <classpathentry kind="lib" path="lib/jni/javagdbm.jar"/>
33 <classpathentry kind="lib" path="lib/jni/mg.jar"/>
34 <classpathentry kind="lib" path="lib/jni/mgpp.jar"/>
35 <classpathentry kind="lib" path="packages/tomcat/lib/servlet-api.jar"/>
36 <classpathentry kind="lib" path="gli/lib/apache.jar"/>
37 <classpathentry kind="lib" path="gli/lib/qfslib.jar"/>
38 <classpathentry kind="lib" path="gli/lib/rsyntaxtextarea.jar"/>
39 <classpathentry kind="lib" path="web/WEB-INF/lib/solr-core-4.7.2.jar"/>
40 <classpathentry kind="lib" path="web/WEB-INF/lib/solr-solrj-4.7.2.jar"/>
41 <classpathentry kind="lib" path="web/WEB-INF/lib/mailapi-1.5.6.jar"/>
42 <classpathentry kind="lib" path="web/WEB-INF/lib/recaptcha4j-0.0.7.jar"/>
43 <classpathentry kind="output" path="web/WEB-INF/classes"/>
44</classpath>
Note: See TracBrowser for help on using the repository browser.