Skip to content

Commit 0f48360

Browse files
committed
Changes after TWOM-1038 to work with new layout
1 parent 00c620e commit 0f48360

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.classpath

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="gen-src"/>
3+
<classpathentry kind="src" path="src/generated/java"/>
44
<classpathentry kind="src" path="src/main/java"/>
55
<classpathentry kind="src" path="src/test/java"/>
6+
<classpathentry kind="con" path="GROOVY_DSL_SUPPORT"/>
7+
<classpathentry kind="con" path="GROOVY_SUPPORT"/>
68
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
7-
<classpathentry kind="lib" path="lib/commons-io-2.1.jar"/>
8-
<classpathentry kind="lib" path="lib/testng-6.3.1.jar"/>
9-
<classpathentry kind="lib" path="lib/mockito-all-1.9.0.jar"/>
10-
<classpathentry kind="lib" path="lib/args4j-2.0.19.jar"/>
11-
<classpathentry kind="lib" path="lib/jna-3.4.jar"/>
12-
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
13-
<classpathentry kind="lib" path="lib/slf4j-api-1.7.2.jar"/>
14-
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.2.jar"/>
9+
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
10+
<classpathentry kind="con" path="org.springsource.ide.eclipse.gradle.dsld.classpathcontainer"/>
1511
<classpathentry kind="output" path="bin"/>
1612
</classpath>

.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
</buildCommand>
1313
</buildSpec>
1414
<natures>
15+
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
1516
<nature>org.eclipse.jdt.core.javanature</nature>
17+
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
1618
</natures>
1719
</projectDescription>

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
compile 'args4j:args4j:2.0.16'
1313
compile 'net.java.dev.jna:jna:3.3.0'
1414
compile 'commons-io:commons-io:2.4'
15+
compile 'org.slf4j:slf4j-api:1.6.6'
1516
compile 'commons-logging:commons-logging:1.1.1'
1617
testCompile 'org.mockito:mockito-all:1.9.0'
1718
testCompile 'org.testng:testng:6.8'

0 commit comments

Comments
 (0)