forked from newrelic/metrics_publish_java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
16 lines (16 loc) · 851 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="test/lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="test/lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="test/lib/easymock-3.2.jar"/>
<classpathentry kind="lib" path="test/lib/objenesis-1.3.jar"/>
<classpathentry kind="lib" path="test/lib/cglib-nodep-2.2.3.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/logback-classic-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/logback-core-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>