forked from alextkachman/GPars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 1023 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/groovy"/>
<classpathentry kind="src" path="src/test/groovy"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/jcsp/jcsp/1.1-rc5/jcsp-1.1-rc5.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/groovy/groovy-all/1.8.0/groovy-all-1.8.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jboss/netty/netty/3.1.5.GA/netty-3.1.5.GA.jar"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/codehaus/jsr166-mirror/extra166y/1.7.0/extra166y-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/spock-core-0.6-groovy-1.8-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/multiverse-beta-0.7-RC-1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>