[java-metadata-aggregator] 01/03: Update Eclipse settings

Ian Young ian at iay.org.uk
Tue Jan 29 09:51:19 EST 2019


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

iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=f0b81fe1dfb2b385e8e65f43f7a6d10384dd400d

commit f0b81fe1dfb2b385e8e65f43f7a6d10384dd400d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 29 14:16:34 2019 +0000

    Update Eclipse settings
---
 aggregator-cli/.classpath                                | 2 ++
 aggregator-cli/.settings/org.eclipse.jdt.core.prefs      | 1 +
 aggregator-pipeline/.classpath                           | 2 ++
 aggregator-pipeline/.settings/org.eclipse.jdt.core.prefs | 1 +
 4 files changed, 6 insertions(+)

diff --git a/aggregator-cli/.classpath b/aggregator-cli/.classpath
index e43402f..ae19729 100644
--- a/aggregator-cli/.classpath
+++ b/aggregator-cli/.classpath
@@ -15,11 +15,13 @@
 		<attributes>
 			<attribute name="optional" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="test" value="true"/>
 		</attributes>
 	</classpathentry>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="test" 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">
diff --git a/aggregator-cli/.settings/org.eclipse.jdt.core.prefs b/aggregator-cli/.settings/org.eclipse.jdt.core.prefs
index 89e0013..1fb1569 100644
--- a/aggregator-cli/.settings/org.eclipse.jdt.core.prefs
+++ b/aggregator-cli/.settings/org.eclipse.jdt.core.prefs
@@ -107,6 +107,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
+org.eclipse.jdt.core.compiler.release=disabled
 org.eclipse.jdt.core.compiler.source=1.7
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
diff --git a/aggregator-pipeline/.classpath b/aggregator-pipeline/.classpath
index e43402f..ae19729 100644
--- a/aggregator-pipeline/.classpath
+++ b/aggregator-pipeline/.classpath
@@ -15,11 +15,13 @@
 		<attributes>
 			<attribute name="optional" value="true"/>
 			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="test" value="true"/>
 		</attributes>
 	</classpathentry>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
+			<attribute name="test" 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">
diff --git a/aggregator-pipeline/.settings/org.eclipse.jdt.core.prefs b/aggregator-pipeline/.settings/org.eclipse.jdt.core.prefs
index 89e0013..1fb1569 100644
--- a/aggregator-pipeline/.settings/org.eclipse.jdt.core.prefs
+++ b/aggregator-pipeline/.settings/org.eclipse.jdt.core.prefs
@@ -107,6 +107,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
+org.eclipse.jdt.core.compiler.release=disabled
 org.eclipse.jdt.core.compiler.source=1.7
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16

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


More information about the commits mailing list