| author | Rainer Pielmann | 2012-02-28 06:33:06 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-27 04:59:00 (EDT) |
| commit | 7c32c77b325060e04260fa87f8d6a2d177e6e061 (patch) (side-by-side diff) | |
| tree | 18985f43fea6b348a98c50745dffd76c3c5d902d | |
| parent | 303fadb729245db449e494ce225a6779c81fd08f (diff) | |
| download | org.eclipse.stardust.ide.simulation-7c32c77b325060e04260fa87f8d6a2d177e6e061.zip org.eclipse.stardust.ide.simulation-7c32c77b325060e04260fa87f8d6a2d177e6e061.tar.gz org.eclipse.stardust.ide.simulation-7c32c77b325060e04260fa87f8d6a2d177e6e061.tar.bz2 | |
Jira-ID: CRNT-23823
CRNT-23823 Adapt build process in order to compile product with Java6
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide.simulation@54102 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
10 files changed, 39 insertions, 23 deletions
diff --git a/org.eclipse.stardust.ide.simulation.rt.nl/.classpath b/org.eclipse.stardust.ide.simulation.rt.nl/.classpath index bd41578..0d5aa39 100644 --- a/org.eclipse.stardust.ide.simulation.rt.nl/.classpath +++ b/org.eclipse.stardust.ide.simulation.rt.nl/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <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 kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path=".eclipse/bin"/>
</classpath>
diff --git a/org.eclipse.stardust.ide.simulation.rt.nl/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.stardust.ide.simulation.rt.nl/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..2ab4283 --- a/dev/null +++ b/org.eclipse.stardust.ide.simulation.rt.nl/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Mon Feb 27 10:34:08 CET 2012
+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
diff --git a/org.eclipse.stardust.ide.simulation.rt/.classpath b/org.eclipse.stardust.ide.simulation.rt/.classpath index 05aa96d..5f8fb74 100644 --- a/org.eclipse.stardust.ide.simulation.rt/.classpath +++ b/org.eclipse.stardust.ide.simulation.rt/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <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.pde.core.requiredPlugins"> <accessrules> <accessrule kind="accessible" pattern="*"/> diff --git a/org.eclipse.stardust.ide.simulation.rt/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.stardust.ide.simulation.rt/.settings/org.eclipse.jdt.core.prefs index a959bf8..4b2017b 100644 --- a/org.eclipse.stardust.ide.simulation.rt/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.stardust.ide.simulation.rt/.settings/org.eclipse.jdt.core.prefs @@ -1,12 +1,12 @@ -#Tue Sep 29 14:55:44 CEST 2009 +#Mon Feb 27 10:33:55 CET 2012 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.5 +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.5 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/org.eclipse.stardust.ide.simulation.ui.curves/.classpath b/org.eclipse.stardust.ide.simulation.ui.curves/.classpath index 92f19d2..8cf7f48 100644 --- a/org.eclipse.stardust.ide.simulation.ui.curves/.classpath +++ b/org.eclipse.stardust.ide.simulation.ui.curves/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <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.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="output" path="target/classes"/> diff --git a/org.eclipse.stardust.ide.simulation.ui.curves/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.stardust.ide.simulation.ui.curves/.settings/org.eclipse.jdt.core.prefs index 44f3dc6..e46d76e 100644 --- a/org.eclipse.stardust.ide.simulation.ui.curves/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.stardust.ide.simulation.ui.curves/.settings/org.eclipse.jdt.core.prefs @@ -1,12 +1,12 @@ -#Tue Sep 29 14:54:49 CEST 2009 +#Mon Feb 27 10:34:29 CET 2012 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.5 +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.5 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/org.eclipse.stardust.ide.simulation.ui.nl/.classpath b/org.eclipse.stardust.ide.simulation.ui.nl/.classpath index ee1ef51..0d5aa39 100644 --- a/org.eclipse.stardust.ide.simulation.ui.nl/.classpath +++ b/org.eclipse.stardust.ide.simulation.ui.nl/.classpath @@ -1,7 +1,7 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="output" path=".eclipse/bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <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.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path=".eclipse/bin"/>
+</classpath>
diff --git a/org.eclipse.stardust.ide.simulation.ui.nl/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.stardust.ide.simulation.ui.nl/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..09a13bd --- a/dev/null +++ b/org.eclipse.stardust.ide.simulation.ui.nl/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Mon Feb 27 10:34:45 CET 2012
+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
diff --git a/org.eclipse.stardust.ide.simulation.ui/.classpath b/org.eclipse.stardust.ide.simulation.ui/.classpath index 64c5e31..ad32c83 100644 --- a/org.eclipse.stardust.ide.simulation.ui/.classpath +++ b/org.eclipse.stardust.ide.simulation.ui/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <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.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> diff --git a/org.eclipse.stardust.ide.simulation.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.stardust.ide.simulation.ui/.settings/org.eclipse.jdt.core.prefs index f581f36..a5c35b8 100644 --- a/org.eclipse.stardust.ide.simulation.ui/.settings/org.eclipse.jdt.core.prefs +++ b/org.eclipse.stardust.ide.simulation.ui/.settings/org.eclipse.jdt.core.prefs @@ -1,12 +1,12 @@ -#Tue Sep 29 14:55:14 CEST 2009 +#Mon Feb 27 10:34:20 CET 2012 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.5 +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.5 +org.eclipse.jdt.core.compiler.source=1.6 |

