-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
41 lines (41 loc) · 2.36 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" path="test/experiments/precision-tests"/>
<classpathentry kind="src" path="src/postgres"/>
<classpathentry kind="src" path="test/postgres/integration"/>
<classpathentry kind="src" path="test/postgres/unit"/>
<classpathentry kind="src" path="test/core/compatibility"/>
<classpathentry kind="src" path="test/core/integration"/>
<classpathentry kind="src" path="test/core/unit"/>
<classpathentry kind="src" path="test/experiments/performance"/>
<classpathentry kind="lib" path="lib/jh.jar"/>
<classpathentry kind="lib" path="lib/jlfgr-1_0.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="lib" path="lib/colt.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="lib/cosu.jar"/>
<classpathentry kind="lib" path="lib/commons-primitives-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/dev/jmock/jmock-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/dev/jmock/jmock-cglib-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/dev/jmock/cglib-2.1.jar"/>
<classpathentry kind="lib" path="lib/dev/junit.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-3.1.10-bin.jar"/>
<classpathentry kind="lib" path="lib/dev/commons-configuration-1.1.jar"/>
<classpathentry kind="lib" path="lib/dev/commons-lang-2.1.jar"/>
<classpathentry kind="lib" path="lib/dev/dbunit-2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"/>
<classpathentry kind="lib" path="lib/asm.jar"/>
<classpathentry kind="lib" path="lib/asm-attrs.jar"/>
<classpathentry kind="lib" path="lib/hibernate3.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.jar"/>
<classpathentry kind="lib" path="lib/ehcache-1.1.jar"/>
<classpathentry kind="lib" path="lib/jta.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.9.jar"/>
<classpathentry kind="lib" path="lib/dev/junitperf-1.9.1.jar"/>
<classpathentry kind="lib" path="lib/analysis-engine.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.0dev-800.jdbc4.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>