forked from nysenate/OpenDirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
44 lines (44 loc) · 3.76 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.6.0 (MacOS X Default)"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0 (2)"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-1.4.1.war"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-cell-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-clustering-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-core-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-dataimporthandler-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-dataimporthandler-extras-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/apache-solr-solrj-1.4.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/deleteme"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jcl-over-slf4j-1.5.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-analyzers-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-core-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-highlighter-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-memory-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-misc-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-queries-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-snowball-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/lucene-spellchecker-2.9.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/org.apache.lucene_1.9.1.v20080530-1600.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/slf4j-api-1.5.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/slf4j-simple-1.5.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/solr-commons-csv-1.4.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/solr-core-1.4.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/solr-solrj-1.4.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/wstx-asl-3.2.7.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>