-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·26 lines (26 loc) · 1.82 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 exported="true" kind="lib" path="war/WEB-INF/lib/appengine-gcs-client-0.3.jar"/>
<classpathentry exported="true" kind="lib" path="war/WEB-INF/lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/mysql-connector-java-5.1.29-bin.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/datanucleus-rdbms-1.1.5.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.3.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-codec-1.5.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-examples-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-excelant-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-ooxml-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-ooxml-schemas-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/poi-scratchpad-3.9-20121203.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/twilio-java-sdk-3.4.4-jar-with-dependencies.jar"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>