-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
17 lines (17 loc) · 1.14 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="third-party/appengine-1.3.1/appengine-api-1.0-sdk-1.3.1.jar"/>
<classpathentry kind="lib" path="third-party/commons-codec-1.3/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="third-party/commons-httpclient-3.0.1/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="third-party/commons-logging-1.1/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="third-party/domderrien-1.0.6/domderrien-1.0.6.jar"/>
<classpathentry kind="lib" path="third-party/jaxb-ri-2.1/activation.jar"/>
<classpathentry kind="lib" path="third-party/jaxb-ri-2.1/jaxb-api.jar"/>
<classpathentry kind="lib" path="third-party/jaxb-ri-2.1/jaxb-impl.jar"/>
<classpathentry kind="lib" path="third-party/jaxb-ri-2.1/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="third-party/jaxb-ri-2.1/jsr173_1.0_api.jar"/>
<classpathentry kind="lib" path="third-party/log4j-1.2.14/log4j-1.2.14.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>