-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 1.06 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/systemTest/groovy"/>
<classpathentry kind="src" path="src/testHelpers/groovy"/>
<classpathentry kind="src" path="src/test/groovy"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="libTest/cglib-nodep-2.2.2.jar"/>
<classpathentry kind="lib" path="libTest/objenesis-2.1.jar"/>
<classpathentry kind="lib" path="libTest/spock-core-0.7-groovy-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>