-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
26 lines (26 loc) · 1.96 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf/dev"/>
<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/commons-configuration-1.9.jar" sourcepath="lib-sources/commons-configuration-1.9-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar" sourcepath="lib-sources/commons-lang-2.6-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib-sources/commons-io-2.4-sources.jar"/>
<classpathentry kind="lib" path="lib/imgscalr-lib-4.2.jar" sourcepath="lib-sources/imgscalr-lib-4.2-sources.jar"/>
<classpathentry kind="lib" path="lib/gson-1.7.1.jar" sourcepath="lib-sources/gson-1.7.1-sources.jar"/>
<classpathentry kind="lib" path="lib/wrapper.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-8.1.6.v20120903.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar" sourcepath="lib-sources/commons-collections-3.2.1-sources.jar"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>