Skip to content

Commit 378961d

Browse files
yoshito-umaokayumaoka
authored andcommitted
Fix some eclipse workspace issues
1 parent b75f3c7 commit 378961d

10 files changed

Lines changed: 16 additions & 1 deletion

File tree

examples/custom-res-filter/csv-filter/.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.7">

examples/custom-res-filter/csv-filter/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1010
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1212
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
13+
org.eclipse.jdt.core.compiler.release=disabled
1314
org.eclipse.jdt.core.compiler.source=1.7
1415
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
1516
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

gp-ant-task/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<attributes>
2727
<attribute name="optional" value="true"/>
2828
<attribute name="maven.pomderived" value="true"/>
29+
<attribute name="test" value="true"/>
2930
</attributes>
3031
</classpathentry>
3132
<classpathentry kind="output" path="target/classes"/>

gp-ant-task/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ org.eclipse.jdt.core.compiler.compliance=1.7
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
77
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
8+
org.eclipse.jdt.core.compiler.release=disabled
89
org.eclipse.jdt.core.compiler.source=1.7
910
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
1011
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

gp-cli/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<attributes>
2121
<attribute name="optional" value="true"/>
2222
<attribute name="maven.pomderived" value="true"/>
23+
<attribute name="test" value="true"/>
2324
</attributes>
2425
</classpathentry>
2526
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>

gp-cli/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ org.eclipse.jdt.core.compiler.compliance=1.7
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
77
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
8+
org.eclipse.jdt.core.compiler.release=disabled
89
org.eclipse.jdt.core.compiler.source=1.7
910
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
1011
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16

gp-maven-plugin/.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.7">

gp-maven-plugin/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
103103
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
104104
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
105105
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
106+
org.eclipse.jdt.core.compiler.release=disabled
106107
org.eclipse.jdt.core.compiler.source=1.7
107108
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
108109
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

gp-res-filter/.classpath

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="target/test-classes" path="src/test/resource"/>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/resource">
10+
<attributes>
11+
<attribute name="test" value="true"/>
12+
</attributes>
13+
</classpathentry>
1014
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
1115
<attributes>
1216
<attribute name="maven.pomderived" value="true"/>
@@ -19,6 +23,7 @@
1923
</classpathentry>
2024
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2125
<attributes>
26+
<attribute name="test" value="true"/>
2227
<attribute name="optional" value="true"/>
2328
<attribute name="maven.pomderived" value="true"/>
2429
</attributes>

gp-res-filter/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1010
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1212
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
13+
org.eclipse.jdt.core.compiler.release=disabled
1314
org.eclipse.jdt.core.compiler.source=1.7
1415
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
1516
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false

0 commit comments

Comments
 (0)