Skip to content

Commit 1a8d10e

Browse files
committed
[eclipse] Update other project settings
1 parent 5bc24c8 commit 1a8d10e

22 files changed

Lines changed: 30 additions & 0 deletions

File tree

xmvn-api/.classpath

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
@@ -25,6 +26,7 @@
2526
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2627
<attributes>
2728
<attribute name="maven.pomderived" value="true"/>
29+
<attribute name="test" value="true"/>
2830
</attributes>
2931
</classpathentry>
3032
<classpathentry kind="src" output="target/classes" path="target/generated-sources/modello">

xmvn-api/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9595
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9797
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.release=disabled
9899
org.eclipse.jdt.core.compiler.source=1.8
99100
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
100101
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647

xmvn-connector-aether/.classpath

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
@@ -25,6 +26,7 @@
2526
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2627
<attributes>
2728
<attribute name="maven.pomderived" value="true"/>
29+
<attribute name="test" value="true"/>
2830
</attributes>
2931
</classpathentry>
3032
<classpathentry kind="output" path="target/classes"/>

xmvn-connector-aether/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9595
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9797
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.release=disabled
9899
org.eclipse.jdt.core.compiler.source=1.8
99100
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
100101
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647

xmvn-connector-gradle/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">

xmvn-connector-gradle/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9595
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9797
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.release=disabled
9899
org.eclipse.jdt.core.compiler.source=1.8
99100
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
100101
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647

xmvn-connector-ivy/.classpath

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
<attributes>
1111
<attribute name="optional" value="true"/>
1212
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1314
</attributes>
1415
</classpathentry>
1516
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
1617
<attributes>
1718
<attribute name="maven.pomderived" value="true"/>
19+
<attribute name="test" value="true"/>
1820
</attributes>
1921
</classpathentry>
2022
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">

xmvn-connector-ivy/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9595
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9797
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.release=disabled
9899
org.eclipse.jdt.core.compiler.source=1.8
99100
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
100101
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647

xmvn-core/.classpath

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
<attributes>
1616
<attribute name="optional" value="true"/>
1717
<attribute name="maven.pomderived" value="true"/>
18+
<attribute name="test" value="true"/>
1819
</attributes>
1920
</classpathentry>
2021
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2122
<attributes>
2223
<attribute name="maven.pomderived" value="true"/>
24+
<attribute name="test" value="true"/>
2325
</attributes>
2426
</classpathentry>
2527
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">

xmvn-core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9595
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
9696
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9797
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.release=disabled
9899
org.eclipse.jdt.core.compiler.source=1.8
99100
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
100101
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647

0 commit comments

Comments
 (0)