forked from alpian/clj-iso8583
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
30 lines (30 loc) · 1.01 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="test">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="dev-resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/clojure"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/clojure"/>
<classpathentry kind="lib" path="target/classes">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="ccw.LEININGEN_CONTAINER"/>
<classpathentry kind="lib" path="classes"/>
<classpathentry kind="output" path="target/eclipse_classes"/>
</classpath>