Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2015-11-18 14:53:43 +0000
committerGerrit Code Review @ Eclipse.org2015-11-19 14:01:31 +0000
commite3bfa6b23ce4600bf9233cc8dd2629477f83a94f (patch)
treed9a7522cbb99528a38763f0fd8f52690953ce6f3 /extraplugins/bpmn/org.eclipse.papyrus.bpmn
parent015dd49612836f36dc651824800901c6121d30d5 (diff)
downloadorg.eclipse.papyrus-e3bfa6b23ce4600bf9233cc8dd2629477f83a94f.tar.gz
org.eclipse.papyrus-e3bfa6b23ce4600bf9233cc8dd2629477f83a94f.tar.xz
org.eclipse.papyrus-e3bfa6b23ce4600bf9233cc8dd2629477f83a94f.zip
[BPMN][Manufacturing] Switch to Java 1.8 and entry in Papyrus Oomph
model for BPMN Change-Id: Ie09a6eb5ec3b6ab457fd7b8e2087de80cde933e9 Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/.classpath2
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/.settings/org.eclipse.jdt.core.prefs6
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/META-INF/MANIFEST.MF38
3 files changed, 23 insertions, 23 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.classpath b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.classpath
index 098194ca4b7..16d067f284a 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.classpath
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.classpath
@@ -1,7 +1,7 @@
<?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/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.settings/org.eclipse.jdt.core.prefs b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.settings/org.eclipse.jdt.core.prefs
index f42de363afa..0c68a61dca8 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.settings/org.eclipse.jdt.core.prefs
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/.settings/org.eclipse.jdt.core.prefs
@@ -1,7 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/META-INF/MANIFEST.MF b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/META-INF/MANIFEST.MF
index 5396598205c..f79de249662 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/META-INF/MANIFEST.MF
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/META-INF/MANIFEST.MF
@@ -1,19 +1,19 @@
-Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.bpmn,
- org.eclipse.papyrus.bpmn.BPMNProfile,
- org.eclipse.papyrus.bpmn.BPMNProfile.impl,
- org.eclipse.papyrus.bpmn.BPMNProfile.util
-Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",
- org.eclipse.core.runtime;bundle-version="3.11.0",
- org.eclipse.uml2.uml;bundle-version="5.1.0";visibility:=reexport,
- org.eclipse.papyrus.infra.elementtypesconfigurations;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .
-Bundle-Version: 0.7.0.qualifier
-Bundle-Localization: plugin
-Bundle-Name: %pluginName
-Bundle-Activator: org.eclipse.papyrus.bpmn.Activator
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.bpmn;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Manifest-Version: 1.0
+Export-Package: org.eclipse.papyrus.bpmn,
+ org.eclipse.papyrus.bpmn.BPMNProfile,
+ org.eclipse.papyrus.bpmn.BPMNProfile.impl,
+ org.eclipse.papyrus.bpmn.BPMNProfile.util
+Require-Bundle: org.eclipse.ui;bundle-version="3.107.0",
+ org.eclipse.core.runtime;bundle-version="3.11.0",
+ org.eclipse.uml2.uml;bundle-version="5.1.0";visibility:=reexport,
+ org.eclipse.papyrus.infra.elementtypesconfigurations;bundle-version="1.2.0"
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: .
+Bundle-Version: 0.7.0.qualifier
+Bundle-Localization: plugin
+Bundle-Name: %pluginName
+Bundle-Activator: org.eclipse.papyrus.bpmn.Activator
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.eclipse.papyrus.bpmn;singleton:=true
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top