-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.classpath
More file actions
executable file
·28 lines (28 loc) · 1.62 KB
/
.classpath
File metadata and controls
executable file
·28 lines (28 loc) · 1.62 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/gson-2.3.2.jar"/>
<classpathentry kind="lib" path="lib/elasticsearch-1.5.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/antlr-runtime-3.5.jar"/>
<classpathentry kind="lib" path="lib/asm-4.1.jar"/>
<classpathentry kind="lib" path="lib/jna-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-expressions-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-grouping-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-join-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-memory-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-misc-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-sandbox-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-suggest-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/spatial4j-0.4.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>