File tree Expand file tree Collapse file tree 2 files changed +30
-6
lines changed
Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" src" path =" test" />
5- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6- <classpathentry kind =" lib" path =" hamcrest-all.jar" />
7- <classpathentry kind =" lib" path =" junit4.jar" />
8- <classpathentry kind =" output" path =" bin" />
3+ <classpathentry kind =" src" output =" target/classes" path =" src" >
4+ <attributes >
5+ <attribute name =" optional" value =" true" />
6+ <attribute name =" maven.pomderived" value =" true" />
7+ </attributes >
8+ </classpathentry >
9+ <classpathentry including =" **/*.java" kind =" src" output =" target/test-classes" path =" test" >
10+ <attributes >
11+ <attribute name =" optional" value =" true" />
12+ <attribute name =" maven.pomderived" value =" true" />
13+ </attributes >
14+ </classpathentry >
15+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" >
16+ <attributes >
17+ <attribute name =" maven.pomderived" value =" true" />
18+ </attributes >
19+ </classpathentry >
20+ <classpathentry exported =" true" kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
21+ <attributes >
22+ <attribute name =" maven.pomderived" value =" true" />
23+ </attributes >
24+ </classpathentry >
25+ <classpathentry kind =" output" path =" target/classes" />
926</classpath >
Original file line number Diff line number Diff line change 1010 <arguments >
1111 </arguments >
1212 </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.m2e.core.maven2Builder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
1318 </buildSpec >
1419 <natures >
20+ <nature >org.eclipse.pde.PluginNature</nature >
21+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
1522 <nature >org.eclipse.jdt.core.javanature</nature >
1623 </natures >
1724</projectDescription >
You can’t perform that action at this time.
0 commit comments