File tree Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <classpath >
3
- <classpathentry kind =" src" path =" src/main/java" />
4
- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5
- <classpathentry kind =" src" path =" src/main/groovy" />
6
- <classpathentry 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 =" con" path =" org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" />
10
- <classpathentry kind =" output" path =" target/classes" />
11
- </classpath >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src/main/java" />
4
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5
+ <classpathentry kind =" src" path =" src/main/groovy" />
6
+ <classpathentry kind =" src" path =" src/main/resources" />
7
+ <classpathentry kind =" src" path =" src/test/groovy" />
8
+ <classpathentry kind =" src" path =" src/test/resources" />
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
10
+ <classpathentry kind =" con" path =" org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" />
11
+ <classpathentry kind =" lib" path =" bin/groovy" />
12
+ <classpathentry kind =" output" path =" bin/java" />
13
+ </classpath >
Original file line number Diff line number Diff line change 1
- # Mon Dec 15 12:04:37 EST 2008
1
+ # Fri Dec 19 20:51:50 EST 2008
2
2
eclipse.preferences.version =1
3
- groovy.compiler.output.path =target/classes- groovy
3
+ groovy.compiler.output.path =bin/ groovy
4
4
support.groovy =true
Original file line number Diff line number Diff line change
1
+ # Thu Dec 18 17:01:03 EST 2008
2
+ eclipse.preferences.version =1
3
+ project.repository.kind =jira
4
+ project.repository.url =http\://jira.codehaus.org
Original file line number Diff line number Diff line change 151
151
</check >
152
152
</configuration >
153
153
<executions >
154
- <execution >
154
+ <!-- < execution>
155
155
<id>test</id>
156
156
<phase>test</phase>
157
157
<goals>
158
158
<goal>cobertura</goal>
159
159
</goals>
160
160
</execution>
161
- <execution >
161
+ --> <execution >
162
162
<id >defaults</id >
163
163
<goals >
164
164
<goal >clean</goal >
You can’t perform that action at this time.
0 commit comments