-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
16 lines (16 loc) · 853 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"/>
<classpathentry kind="src" path="scripts"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/pipeline"/>
<classpathentry kind="lib" path="lib/jackson-core-lgpl-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-jaxrs-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-mapper-lgpl-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-smile-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-xc-1.9.0.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/cryptsy-api"/>
<classpathentry kind="output" path="bin"/>
</classpath>