Skip to content

Commit 77b825e

Browse files
author
eugenp
committed
minor eclipse cleanup
1 parent e412b13 commit 77b825e

11 files changed

Lines changed: 39 additions & 26 deletions

File tree

spring-hibernate3/.classpath

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" path="src/test/java"/>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
1015
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1116
<attributes>
1217
<attribute name="maven.pomderived" value="true"/>
@@ -17,15 +22,14 @@
1722
<attribute name="maven.pomderived" value="true"/>
1823
</attributes>
1924
</classpathentry>
20-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2126
<attributes>
2227
<attribute name="maven.pomderived" value="true"/>
2328
</attributes>
2429
</classpathentry>
2530
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2631
<attributes>
2732
<attribute name="maven.pomderived" value="true"/>
28-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2933
</attributes>
3034
</classpathentry>
3135
<classpathentry kind="output" path="target/classes"/>

spring-hibernate3/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
99
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10-
org.eclipse.jdt.core.compiler.compliance=1.7
10+
org.eclipse.jdt.core.compiler.compliance=1.5
1111
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1212
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1313
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9393
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9494
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
95-
org.eclipse.jdt.core.compiler.source=1.7
95+
org.eclipse.jdt.core.compiler.source=1.5

spring-hibernate4/.classpath

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2626
<attributes>
2727
<attribute name="maven.pomderived" value="true"/>
2828
</attributes>
2929
</classpathentry>
3030
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3131
<attributes>
3232
<attribute name="maven.pomderived" value="true"/>
33-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
3433
</attributes>
3534
</classpathentry>
3635
<classpathentry kind="output" path="target/classes"/>

spring-hibernate4/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
99
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10-
org.eclipse.jdt.core.compiler.compliance=1.7
10+
org.eclipse.jdt.core.compiler.compliance=1.5
1111
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1212
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1313
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9393
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9494
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
95-
org.eclipse.jdt.core.compiler.source=1.7
95+
org.eclipse.jdt.core.compiler.source=1.5

spring-mvc-java/.classpath

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2626
<attributes>
2727
<attribute name="maven.pomderived" value="true"/>
2828
</attributes>
2929
</classpathentry>
3030
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3131
<attributes>
3232
<attribute name="maven.pomderived" value="true"/>
33-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
3433
</attributes>
3534
</classpathentry>
3635
<classpathentry kind="output" path="target/classes"/>

spring-mvc-java/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
9-
org.eclipse.jdt.core.compiler.compliance=1.7
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
9+
org.eclipse.jdt.core.compiler.compliance=1.5
1010
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
1111
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1212
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
@@ -88,4 +88,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
8888
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
8989
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9090
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
91-
org.eclipse.jdt.core.compiler.source=1.7
91+
org.eclipse.jdt.core.compiler.source=1.5

spring-security-basic-auth/.classpath

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,20 @@
1616
<attribute name="maven.pomderived" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
19+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
20+
<attributes>
21+
<attribute name="optional" value="true"/>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2026
<attributes>
2127
<attribute name="maven.pomderived" value="true"/>
2228
</attributes>
2329
</classpathentry>
2430
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2531
<attributes>
2632
<attribute name="maven.pomderived" value="true"/>
27-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2833
</attributes>
2934
</classpathentry>
3035
<classpathentry kind="output" path="target/classes"/>

spring-security-basic-auth/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
99
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10-
org.eclipse.jdt.core.compiler.compliance=1.7
10+
org.eclipse.jdt.core.compiler.compliance=1.5
1111
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1212
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1313
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9393
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9494
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
95-
org.eclipse.jdt.core.compiler.source=1.7
95+
org.eclipse.jdt.core.compiler.source=1.5

spring-security-rest/.classpath

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,20 @@
1616
<attribute name="maven.pomderived" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
19+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
20+
<attributes>
21+
<attribute name="optional" value="true"/>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2026
<attributes>
2127
<attribute name="maven.pomderived" value="true"/>
2228
</attributes>
2329
</classpathentry>
2430
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2531
<attributes>
2632
<attribute name="maven.pomderived" value="true"/>
27-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2833
</attributes>
2934
</classpathentry>
3035
<classpathentry kind="output" path="target/classes"/>

spring-security-rest/.settings/org.eclipse.jdt.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
66
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
77
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
8+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
99
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
10-
org.eclipse.jdt.core.compiler.compliance=1.7
10+
org.eclipse.jdt.core.compiler.compliance=1.5
1111
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1212
org.eclipse.jdt.core.compiler.debug.localVariable=generate
1313
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
9393
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
9494
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
95-
org.eclipse.jdt.core.compiler.source=1.7
95+
org.eclipse.jdt.core.compiler.source=1.5

0 commit comments

Comments
 (0)