forked from tjake/Solandra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
19 lines (19 loc) · 1.08 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="thrift"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.5.8.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.8.jar"/>
<classpathentry kind="lib" path="config"/>
<classpathentry kind="lib" path="lib/lucene-core-2.4.1.jar" sourcepath="/Users/jake/Downloads/lucene-2.4.1/src"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/libthrift-r917130.jar"/>
<classpathentry kind="lib" path="lib/junit-4.6.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-core-1.4.0.jar" sourcepath="/Users/jake/apache-solr-1.4.0/src/java"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-1.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>