File tree Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Expand file tree Collapse file tree 4 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 66 <attribute name =" maven.pomderived" value =" true" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" src" output =" target/classes" path =" src/main/resources" >
10- <attributes >
11- <attribute name =" maven.pomderived" value =" true" />
12- </attributes >
13- </classpathentry >
149 <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
1510 <attributes >
1611 <attribute name =" optional" value =" true" />
1712 <attribute name =" maven.pomderived" value =" true" />
1813 </attributes >
1914 </classpathentry >
20- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/resources" >
21- <attributes >
22- <attribute name =" maven.pomderived" value =" true" />
23- </attributes >
24- </classpathentry >
2515 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" >
2616 <attributes >
2717 <attribute name =" maven.pomderived" value =" true" />
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ eclipse.preferences.version=1
22encoding//src/main/java =UTF-8
33encoding//src/main/resources =UTF-8
44encoding//src/test/java =UTF-8
5- encoding//src/test/resources =UTF-8
65encoding/<project>=UTF-8
Original file line number Diff line number Diff line change 66 <attribute name =" maven.pomderived" value =" true" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" src" path =" src/main/resources" />
9+ <classpathentry including = " **/*.java " kind =" src" path =" src/main/resources" />
1010 <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
1111 <attributes >
1212 <attribute name =" optional" value =" true" />
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22encoding//src/main/resources =UTF-8
3- encoding//src/test/resources =UTF-8
43encoding/<project>=UTF-8
You can’t perform that action at this time.
0 commit comments