forked from gem/OpenSHA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
26 lines (26 loc) · 1.27 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java_tests"/>
<classpathentry kind="src" path="java"/>
<classpathentry kind="src" path="data"/>
<classpathentry kind="src" path="test_data"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.4.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/lang/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/emma_ant.jar"/>
<classpathentry kind="lib" path="lib/emma.jar"/>
<classpathentry kind="lib" path="lib/gson-1.5.jar"/>
<classpathentry kind="lib" path="lib/memcached-2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
<classpathentry kind="output" path="classes/"/>
</classpath>