forked from jpicado/Castor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 1.01 KB
/
.classpath
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/aima-core.jar" sourcepath="/aima-core"/>
<classpathentry kind="lib" path="lib/args4j-2.33.jar"/>
<classpathentry kind="lib" path="lib/gson-2.7.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/mymln2poss.jar" sourcepath="/mymln2poss"/>
<classpathentry kind="lib" path="lib/ST-4.0.8.jar"/>
<classpathentry kind="lib" path="lib/jsqlparser-1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/opencsv-4.0.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.6.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/voltdb-7.4.jar"/>
<classpathentry kind="lib" path="lib/voltdbclient-7.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>