-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
23 lines (23 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="main"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-client-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-http-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-io-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-proxy-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-server-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-servlet-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/jetty-util-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/server/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/util/javax.json-1.0.jar"/>
<classpathentry kind="lib" path="lib/gui/swt.jar" sourcepath="lib/gui/swt-source.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.0-beta8.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.0-beta8.jar"/>
<classpathentry kind="lib" path="lib/annotation.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>