forked from NCIP/metadata-based-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
31 lines (31 loc) · 2.12 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="software/Query/src/test/java"/>
<classpathentry kind="src" path="software/Query/conf"/>
<classpathentry kind="src" path="software/Query/src/test/resources"/>
<classpathentry kind="src" path="software/Query/src/main/resources"/>
<classpathentry kind="src" path="software/Query/src/main/web"/>
<classpathentry kind="src" path="software/Query/src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="software/Query/lib/asm-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/cglib-2.1-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/commons-collections-2.1.1-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/commons-lang-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/commons-logging-1.0.4-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/dom4j-1.6-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/DynamicExtensions-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/hamcrest-core-1.1-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/hamcrest-library-1.1-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/hibernate-tools-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/hibernate3-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/jbossall-client-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/jmock-2.4.0-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/jta-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/junit-3.8.1-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/log4j-1.2.14.jar"/>
<classpathentry kind="lib" path="software/Query/lib/metadata-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/mysql-connector-java-3.0.16-ga-bin-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/oracleDriver-1.0.jar"/>
<classpathentry kind="lib" path="software/Query/lib/washu-commons-1.1.7-1.0.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>