-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
17 lines (17 loc) · 1.06 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/d6fraser/apache/lucene-6.4.2/demo/lucene-demo-6.4.2.jar"/>
<classpathentry kind="lib" path="/home/d6fraser/apache/lucene-6.4.2/queryparser/lucene-queryparser-6.4.2.jar"/>
<classpathentry kind="lib" path="/home/d6fraser/apache/lucene-6.4.2/core/lucene-core-6.4.2.jar"/>
<classpathentry kind="lib" path="/home/d6fraser/apache/lucene-6.4.2/analysis/common/lucene-analyzers-common-6.4.2.jar"/>
<classpathentry kind="lib" path="/home/d6fraser/apache/jsoup-1.10.2/jsoup-1.10.2.jar"/>
<classpathentry kind="lib" path="/usr/local/lib/jython2.7/jython.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>