File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry excluding =" **/*.java" kind =" src" output =" target/test-classes" path =" src/test/resources" />
4
+ <classpathentry including =" **/*.java" kind =" src" path =" src/main/java" />
5
+ <classpathentry kind =" src" path =" src/main/groovy" />
6
+ <classpathentry excluding =" **/*.java" kind =" src" path =" src/main/resources" />
7
+ <classpathentry kind =" src" path =" src/test/groovy" />
8
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
9
+ <classpathentry kind =" var" path =" M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar" />
10
+ <classpathentry kind =" var" path =" M2_REPO/org/gmetrics/GMetrics/0.5/GMetrics-0.5.jar" sourcepath =" M2_REPO/org/gmetrics/GMetrics/0.5/GMetrics-0.5-sources.jar" >
11
+ <attributes >
12
+ <attribute name =" javadoc_location" value =" jar:file:/C:/Users/Chris/.m2/repository/org/gmetrics/GMetrics/0.5/GMetrics-0.5-javadoc.jar!/" />
13
+ </attributes >
14
+ </classpathentry >
15
+ <classpathentry kind =" var" path =" M2_REPO/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.jar" />
16
+ <classpathentry kind =" var" path =" M2_REPO/org/apache/ant/ant/1.7.1/ant-1.7.1.jar" />
17
+ <classpathentry kind =" var" path =" M2_REPO/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar" />
18
+ <classpathentry kind =" var" path =" M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" />
19
+ <classpathentry kind =" var" path =" M2_REPO/net/sourceforge/cobertura/cobertura/1.9/cobertura-1.9.jar" />
20
+ <classpathentry kind =" var" path =" M2_REPO/oro/oro/2.0.8/oro-2.0.8.jar" />
21
+ <classpathentry kind =" var" path =" M2_REPO/asm/asm/2.2.1/asm-2.2.1.jar" />
22
+ <classpathentry kind =" var" path =" M2_REPO/asm/asm-tree/2.2.1/asm-tree-2.2.1.jar" />
23
+ <classpathentry exported =" true" kind =" con" path =" GROOVY_SUPPORT" />
24
+ <classpathentry kind =" output" path =" target/classes" />
25
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >CodeNarc</name >
4
+ <comment >The CodeNarc project provides a static analysis tool for Groovy code. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.jdt.groovy.core.groovyNature</nature >
16
+ <nature >org.eclipse.jdt.core.javanature</nature >
17
+ </natures >
18
+ </projectDescription >
You can’t perform that action at this time.
0 commit comments