File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/main/java/net/ohloh/ohcount4j Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" src" path =" gen- src" />
3
+ <classpathentry kind =" src" path =" src/generated/java " />
4
4
<classpathentry kind =" src" path =" src/main/java" />
5
5
<classpathentry kind =" src" path =" src/test/java" />
6
+ <classpathentry kind =" con" path =" GROOVY_DSL_SUPPORT" />
7
+ <classpathentry kind =" con" path =" GROOVY_SUPPORT" />
6
8
<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" />
15
11
<classpathentry kind =" output" path =" bin" />
16
12
</classpath >
Original file line number Diff line number Diff line change 12
12
</buildCommand >
13
13
</buildSpec >
14
14
<natures >
15
+ <nature >org.springsource.ide.eclipse.gradle.core.nature</nature >
15
16
<nature >org.eclipse.jdt.core.javanature</nature >
17
+ <nature >org.eclipse.jdt.groovy.core.groovyNature</nature >
16
18
</natures >
17
19
</projectDescription >
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
12
12
compile ' args4j:args4j:2.0.16'
13
13
compile ' net.java.dev.jna:jna:3.3.0'
14
14
compile ' commons-io:commons-io:2.4'
15
+ compile ' org.slf4j:slf4j-api:1.6.6'
15
16
compile ' commons-logging:commons-logging:1.1.1'
16
17
testCompile ' org.mockito:mockito-all:1.9.0'
17
18
testCompile ' org.testng:testng:6.8'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments