[java-parent-project] branch master updated: JPAR-96 - update Eclipse resources for Java 8

Ian Young ian at iay.org.uk
Mon Sep 18 12:39:29 EDT 2017


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=cfbf3a2901e7566bb9f04cb5b0d4f772775b9597

The following commit(s) were added to refs/heads/master by this push:
       new  cfbf3a2   JPAR-96 - update Eclipse resources for Java 8
cfbf3a2 is described below

commit cfbf3a2901e7566bb9f04cb5b0d4f772775b9597
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Sep 18 17:39:19 2017 +0100

    JPAR-96 - update Eclipse resources for Java 8
---
 resources/eclipse/classpath                        | 68 +++++++++++-----------
 .../eclipse/settings/org.eclipse.jdt.core.prefs    |  6 +-
 2 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/resources/eclipse/classpath b/resources/eclipse/classpath
index 6a5873c..fae1a2b 100644
--- a/resources/eclipse/classpath
+++ b/resources/eclipse/classpath
@@ -1,36 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" output="target/classes" path="src/main/java">
-        <attributes>
-            <attribute name="optional" value="true"/>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-        <attributes>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry kind="src" output="target/test-classes" path="src/test/java">
-        <attributes>
-            <attribute name="optional" value="true"/>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
-        <attributes>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
-        <attributes>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-        <attributes>
-            <attribute name="maven.pomderived" value="true"/>
-        </attributes>
-    </classpathentry>
-    <classpathentry kind="output" path="target/classes"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/resources/eclipse/settings/org.eclipse.jdt.core.prefs b/resources/eclipse/settings/org.eclipse.jdt.core.prefs
index 0af3689..ee44e83 100644
--- a/resources/eclipse/settings/org.eclipse.jdt.core.prefs
+++ b/resources/eclipse/settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@ org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -73,7 +73,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=di
 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.source=1.8
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=16

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list