-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
40 lines (40 loc) · 2.52 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
<?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.6"/>
<classpathentry kind="lib" path="lib/jetty-server-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-rewrite-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.2.6.v20141205.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/asm-commons-4.1.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jna-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/jts-1.13.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/spatial4j-0.4.1.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-4.0.2.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-stream-4.0.2.jar"/>
<classpathentry kind="lib" path="lib/elasticsearch-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/groovy-all-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-4.10.4.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-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="output" path="classes"/>
</classpath>