Skip to content

Commit d0cd0d0

Browse files
committed
Java 1.7
1 parent 1b4baa9 commit d0cd0d0

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
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>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
eclipse.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
56
encoding/<project>=ISO-8859-1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
eclipse.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
44
org.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

0 commit comments

Comments
 (0)