File tree Expand file tree Collapse file tree 6 files changed +8
-246
lines changed
Expand file tree Collapse file tree 6 files changed +8
-246
lines changed Original file line number Diff line number Diff line change 88 </classpathentry >
99 <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
1010 <attributes >
11+ <attribute name =" test" value =" true" />
1112 <attribute name =" optional" value =" true" />
1213 <attribute name =" maven.pomderived" value =" true" />
1314 </attributes >
1415 </classpathentry >
15- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" >
16- <attributes >
17- <attribute name =" maven.pomderived" value =" true" />
18- </attributes >
19- </classpathentry >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
2017 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
2118 <attributes >
2219 <attribute name =" maven.pomderived" value =" true" />
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
33org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
4+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
55org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
6- org.eclipse.jdt.core.compiler.compliance =1.5
6+ org.eclipse.jdt.core.compiler.compliance =1.8
77org.eclipse.jdt.core.compiler.debug.lineNumber =generate
88org.eclipse.jdt.core.compiler.debug.localVariable =generate
99org.eclipse.jdt.core.compiler.debug.sourceFile =generate
1010org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
1111org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
1212org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
13- org.eclipse.jdt.core.compiler.source =1.5
13+ org.eclipse.jdt.core.compiler.release =disabled
14+ org.eclipse.jdt.core.compiler.source =1.8
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16+ <maven .compiler.source>1.8</maven .compiler.source>
17+ <maven .compiler.target>1.8</maven .compiler.target>
1618 </properties >
1719
1820 <build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments