-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
23 lines (23 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="lib/jcommon-1.0.15.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.12.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib-ext/mysql/drizzle-jdbc-0.9-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib-ext/mysql/mysql-connector-java-5.1.13-bin.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="xml"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib-ext/hsqldb.jar"/>
<classpathentry kind="lib" path="config"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/jline-0.9.94.jar"/>
<classpathentry kind="lib" path="lib/ApacheJMeter_core.jar"/>
<classpathentry kind="lib" path="lib/ApacheJMeter_java.jar"/>
<classpathentry kind="lib" path="lib/logkit-1.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/commons"/>
<classpathentry kind="output" path="eclipse-build"/>
</classpath>