You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2013/09/26 15:53:12 UTC

svn commit: r1526492 - in /pivot/branches/2.0.x: charts/ charts/.settings/ core/ core/.settings/ demos-server/ demos/ demos/.settings/ examples/ tests/ tutorials-server/ tutorials/ tutorials/.settings/ web-server/ web/ web/.settings/ wtk-terra/ wtk/ wt...

Author: smartini
Date: Thu Sep 26 13:53:11 2013
New Revision: 1526492

URL: http://svn.apache.org/r1526492
Log:
after switching to Java 7 as main platform (for Pivot trunk), change eclipse projects in 2.0.x maintenance branch to stay with a Java-SE 6 Profile.

Added:
    pivot/branches/2.0.x/charts/.settings/org.eclipse.jdt.core.prefs
    pivot/branches/2.0.x/core/.settings/org.eclipse.jdt.core.prefs
    pivot/branches/2.0.x/demos/.settings/org.eclipse.jdt.core.prefs
    pivot/branches/2.0.x/tutorials/.settings/org.eclipse.jdt.core.prefs
    pivot/branches/2.0.x/web/.settings/org.eclipse.jdt.core.prefs
    pivot/branches/2.0.x/wtk/.settings/org.eclipse.jdt.core.prefs
Modified:
    pivot/branches/2.0.x/charts/.classpath
    pivot/branches/2.0.x/core/.classpath
    pivot/branches/2.0.x/demos-server/.classpath
    pivot/branches/2.0.x/demos/.classpath
    pivot/branches/2.0.x/examples/.classpath
    pivot/branches/2.0.x/tests/.classpath
    pivot/branches/2.0.x/tutorials-server/.classpath
    pivot/branches/2.0.x/tutorials/.classpath
    pivot/branches/2.0.x/web-server/.classpath
    pivot/branches/2.0.x/web/.classpath
    pivot/branches/2.0.x/wtk-terra/.classpath
    pivot/branches/2.0.x/wtk/.classpath

Modified: pivot/branches/2.0.x/charts/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/charts/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/charts/.classpath (original)
+++ pivot/branches/2.0.x/charts/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>

Added: pivot/branches/2.0.x/charts/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/charts/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/charts/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/charts/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Modified: pivot/branches/2.0.x/core/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/core/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/core/.classpath (original)
+++ pivot/branches/2.0.x/core/.classpath Thu Sep 26 13:53:11 2013
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="test"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: pivot/branches/2.0.x/core/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/core/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/core/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/core/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Modified: pivot/branches/2.0.x/demos-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/demos-server/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/demos-server/.classpath (original)
+++ pivot/branches/2.0.x/demos-server/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>

Modified: pivot/branches/2.0.x/demos/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/demos/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/demos/.classpath (original)
+++ pivot/branches/2.0.x/demos/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>

Added: pivot/branches/2.0.x/demos/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/demos/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/demos/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/demos/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Modified: pivot/branches/2.0.x/examples/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/examples/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/examples/.classpath (original)
+++ pivot/branches/2.0.x/examples/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>

Modified: pivot/branches/2.0.x/tests/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tests/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/tests/.classpath (original)
+++ pivot/branches/2.0.x/tests/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>

Modified: pivot/branches/2.0.x/tutorials-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials-server/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/tutorials-server/.classpath (original)
+++ pivot/branches/2.0.x/tutorials-server/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web-server"/>

Modified: pivot/branches/2.0.x/tutorials/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/tutorials/.classpath (original)
+++ pivot/branches/2.0.x/tutorials/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>

Added: pivot/branches/2.0.x/tutorials/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/tutorials/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/tutorials/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Modified: pivot/branches/2.0.x/web-server/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/web-server/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/web-server/.classpath (original)
+++ pivot/branches/2.0.x/web-server/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/web"/>
 	<classpathentry kind="lib" path="lib/servlet-api.jar"/>

Modified: pivot/branches/2.0.x/web/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/web/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/web/.classpath (original)
+++ pivot/branches/2.0.x/web/.classpath Thu Sep 26 13:53:11 2013
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="test"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: pivot/branches/2.0.x/web/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/web/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/web/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/web/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6

Modified: pivot/branches/2.0.x/wtk-terra/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk-terra/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/wtk-terra/.classpath (original)
+++ pivot/branches/2.0.x/wtk-terra/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>

Modified: pivot/branches/2.0.x/wtk/.classpath
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk/.classpath?rev=1526492&r1=1526491&r2=1526492&view=diff
==============================================================================
--- pivot/branches/2.0.x/wtk/.classpath (original)
+++ pivot/branches/2.0.x/wtk/.classpath Thu Sep 26 13:53:11 2013
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry kind="lib" path="lib/svgSalamander-tiny.jar"/>

Added: pivot/branches/2.0.x/wtk/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk/.settings/org.eclipse.jdt.core.prefs?rev=1526492&view=auto
==============================================================================
--- pivot/branches/2.0.x/wtk/.settings/org.eclipse.jdt.core.prefs (added)
+++ pivot/branches/2.0.x/wtk/.settings/org.eclipse.jdt.core.prefs Thu Sep 26 13:53:11 2013
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6