forked from ntarmos/eXO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
29 lines (29 loc) · 1.88 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/java-getopt-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/libextractor-0.0.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/jetty/servlet-api-3.0-20090427.051741-5.jar"/>
<classpathentry kind="lib" path="lib/jetty/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/jetty/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.server_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.servlet_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.util_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.http_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.io_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.security_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/jetty/org.eclipse.jetty.continuation_7.0.2.SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/pastry/pastry.jar"/>
<classpathentry kind="lib" path="lib/pastry/bouncycastle.jar"/>
<classpathentry kind="lib" path="lib/pastry/commons-jxpath-1.1.jar"/>
<classpathentry kind="lib" path="lib/pastry/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/pastry/junit-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/pastry/sbbi-upnplib-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/pastry/xmlpull_1_1_3_4a.jar"/>
<classpathentry kind="lib" path="lib/pastry/xpp3-1.1.3.4d_b2.jar"/>
<classpathentry kind="src" path="jars/eXO"/>
<classpathentry kind="src" path="jars/freepastry"/>
<classpathentry kind="output" path="classes"/>
</classpath>