-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
25 lines (25 loc) · 1.28 KB
/
.classpath
File metadata and controls
25 lines (25 loc) · 1.28 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="version"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/AEATK"/>
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/AEATK/lib/jcommander.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/spi-0.2.4.jar"/>
<classpathentry kind="lib" path="/AEATK/lib/jcip-annotations.jar" sourcepath="/AEATK/lib/jcip-annotations-src.jar"/>
<classpathentry kind="lib" path="lib/c3p0-0.9.5-pre8.jar"/>
<classpathentry kind="lib" path="lib/c3p0-oracle-thin-extras-0.9.5-pre8.jar"/>
<classpathentry kind="lib" path="lib/mchange-commons-java-0.2.7.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.33-bin.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>