File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 6
6
<attribute name =" maven.pomderived" value =" true" />
7
7
</attributes >
8
8
</classpathentry >
9
- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
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/J2SE-1.5" >
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
16
10
<attributes >
17
11
<attribute name =" maven.pomderived" value =" true" />
18
12
</attributes >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
3
- org.eclipse.jdt.core.compiler.compliance =1.5
2
+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4
+ org.eclipse.jdt.core.compiler.compliance =1.7
5
+ org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
+ org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
4
7
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
5
- org.eclipse.jdt.core.compiler.source =1.5
8
+ org.eclipse.jdt.core.compiler.source =1.7
You can’t perform that action at this time.
0 commit comments