File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <classpathentry including =" **/*.java" kind =" src" path =" src/test/resources" />
1616 <classpathentry including =" **/*.java" kind =" src" path =" src/main/resources" />
1717 <classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
18- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
18+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
1919 <attributes >
2020 <attribute name =" maven.pomderived" value =" true" />
2121 </attributes >
2222 </classpathentry >
23- <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
23+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 " >
2424 <attributes >
2525 <attribute name =" maven.pomderived" value =" true" />
2626 </attributes >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
2- encoding//src/main/resources =UTF-8
3- encoding//src/test/java =UTF-8
4- encoding//src/test/resources =UTF-8
2+ encoding//src/main/java =ISO-8859-1
3+ encoding//src/main/resources =ISO-8859-1
4+ encoding//src/test/java =ISO-8859-1
5+ encoding//src/test/resources =ISO-8859-1
56encoding/<project>=ISO-8859-1
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
2- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
3- org.eclipse.jdt.core.compiler.compliance =1.8
2+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
3+ org.eclipse.jdt.core.compiler.compliance =1.7
44org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5- org.eclipse.jdt.core.compiler.source =1.8
5+ org.eclipse.jdt.core.compiler.source =1.7
You can’t perform that action at this time.
0 commit comments