From bdc08cb81aa8c4327262ee762593f4736b287ef5 Mon Sep 17 00:00:00 2001 From: Filip Reaboi Date: Fri, 10 Nov 2017 10:54:09 +0000 Subject: [PATCH] AF 3.12 Release refs 3148 --- org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF | 6 +++--- org.fortiss.tooling.base.ui/trunk/pom.xml | 2 +- org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF | 4 ++-- org.fortiss.tooling.base/trunk/pom.xml | 2 +- org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF | 4 ++-- org.fortiss.tooling.common.ui/trunk/pom.xml | 2 +- org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF | 2 +- org.fortiss.tooling.common/trunk/pom.xml | 2 +- .../trunk/META-INF/MANIFEST.MF | 6 +++--- org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml | 2 +- org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF | 4 ++-- org.fortiss.tooling.graphicsGL/trunk/pom.xml | 2 +- org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF | 6 +++--- org.fortiss.tooling.kernel.ui/trunk/pom.xml | 2 +- org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF | 4 ++-- org.fortiss.tooling.kernel/trunk/pom.xml | 2 +- .../trunk/META-INF/MANIFEST.MF | 4 ++-- org.fortiss.tooling.spiderchart.ui/trunk/pom.xml | 2 +- 18 files changed, 29 insertions(+), 29 deletions(-) diff --git a/org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF index 93295b50..f9cdd165 100644 --- a/org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.base.ui/trunk/META-INF/MANIFEST.MF @@ -2,10 +2,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Base UI Bundle-SymbolicName: org.fortiss.tooling.base.ui;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-Activator: org.fortiss.tooling.base.ui.ToolingBaseUIActivator -Require-Bundle: org.fortiss.tooling.base;bundle-version="2.11.0";visibility:=reexport, - org.fortiss.tooling.kernel.ui;bundle-version="2.11.0";visibility:=reexport, +Require-Bundle: org.fortiss.tooling.base;bundle-version="2.12.0";visibility:=reexport, + org.fortiss.tooling.kernel.ui;bundle-version="2.12.0";visibility:=reexport, org.eclipse.swt Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/org.fortiss.tooling.base.ui/trunk/pom.xml b/org.fortiss.tooling.base.ui/trunk/pom.xml index 82e3919b..5287fa8d 100644 --- a/org.fortiss.tooling.base.ui/trunk/pom.xml +++ b/org.fortiss.tooling.base.ui/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF index 6e17ea23..98e348de 100644 --- a/org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.base/trunk/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Base Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-ClassPath: . Bundle-Vendor: fortiss GmbH Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, - org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.11.0" + org.fortiss.tooling.kernel;visibility:=reexport;bundle-version="2.12.0" Bundle-ActivationPolicy: lazy Export-Package: org.fortiss.tooling.base, org.fortiss.tooling.base.annotation, diff --git a/org.fortiss.tooling.base/trunk/pom.xml b/org.fortiss.tooling.base/trunk/pom.xml index 86f4ecb7..710310dd 100644 --- a/org.fortiss.tooling.base/trunk/pom.xml +++ b/org.fortiss.tooling.base/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF index d1457b05..e00e3e0b 100644 --- a/org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.common.ui/trunk/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Commons UI Bundle-SymbolicName: org.fortiss.tooling.common.ui;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: org.fortiss.tooling.common;bundle-version="2.11.0";visibility:=reexport, +Require-Bundle: org.fortiss.tooling.common;bundle-version="2.12.0";visibility:=reexport, org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport, org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport, org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport, diff --git a/org.fortiss.tooling.common.ui/trunk/pom.xml b/org.fortiss.tooling.common.ui/trunk/pom.xml index 90c86f9d..1537a494 100644 --- a/org.fortiss.tooling.common.ui/trunk/pom.xml +++ b/org.fortiss.tooling.common.ui/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF index c9156282..b7342978 100644 --- a/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Commons Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport, com.ibm.icu;bundle-version="4.4.2";visibility:=reexport, org.junit;visibility:=reexport diff --git a/org.fortiss.tooling.common/trunk/pom.xml b/org.fortiss.tooling.common/trunk/pom.xml index fb0bf9b5..0a4fdf13 100644 --- a/org.fortiss.tooling.common/trunk/pom.xml +++ b/org.fortiss.tooling.common/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF index 594fdf23..11dbb868 100644 --- a/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF @@ -2,10 +2,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Graphics GL UI Bundle-SymbolicName: org.fortiss.tooling.graphicsGL.ui;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-Activator: org.fortiss.tooling.graphicsGL.ui.ToolingGraphicsGLUIActivator -Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.11.0";visibility:=reexport, - org.fortiss.tooling.base.ui;bundle-version="2.11.0";visibility:=reexport +Require-Bundle: org.fortiss.tooling.graphicsGL;bundle-version="2.12.0";visibility:=reexport, + org.fortiss.tooling.base.ui;bundle-version="2.12.0";visibility:=reexport Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: fortiss GmbH diff --git a/org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml b/org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml index 6765d133..f3b64a87 100644 --- a/org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml +++ b/org.fortiss.tooling.graphicsGL.ui/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF index e845e0a3..c5fa2d1d 100644 --- a/org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.graphicsGL/trunk/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Graphics GL Bundle-SymbolicName: org.fortiss.tooling.graphicsGL;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-ClassPath: . Bundle-Vendor: fortiss GmbH Bundle-Localization: plugin @@ -23,4 +23,4 @@ Export-Package: org.fortiss.tooling.graphicsGL, org.fortiss.tooling.graphicsGL.model.scene.util, org.fortiss.tooling.graphicsGL.model.util, org.fortiss.tooling.graphicsGL.util -Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.11.0";visibility:=reexport +Require-Bundle: org.fortiss.tooling.kernel;bundle-version="2.12.0";visibility:=reexport diff --git a/org.fortiss.tooling.graphicsGL/trunk/pom.xml b/org.fortiss.tooling.graphicsGL/trunk/pom.xml index 0c288a24..450b006a 100644 --- a/org.fortiss.tooling.graphicsGL/trunk/pom.xml +++ b/org.fortiss.tooling.graphicsGL/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF index 093c0ec0..f4020d59 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF @@ -2,10 +2,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Tooling Kernel UI Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator -Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.11.0";visibility:=reexport, - org.fortiss.tooling.kernel;bundle-version="2.11.0";visibility:=reexport, +Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="2.12.0";visibility:=reexport, + org.fortiss.tooling.kernel;bundle-version="2.12.0";visibility:=reexport, org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport, org.eclipse.emf.databinding;bundle-version="1.2.0";visibility:=reexport Bundle-ActivationPolicy: lazy diff --git a/org.fortiss.tooling.kernel.ui/trunk/pom.xml b/org.fortiss.tooling.kernel.ui/trunk/pom.xml index d1492288..41aa64e5 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/pom.xml +++ b/org.fortiss.tooling.kernel.ui/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF index a7c4685a..a30faebe 100644 --- a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF @@ -2,12 +2,12 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator Bundle-Vendor: %providerName Bundle-Localization: plugin -Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.11.0", +Require-Bundle: org.fortiss.tooling.common;visibility:=reexport;bundle-version="2.12.0", org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport;bundle-version="2.7.0", org.eclipse.emf.transaction;visibility:=reexport;bundle-version="1.4.0", diff --git a/org.fortiss.tooling.kernel/trunk/pom.xml b/org.fortiss.tooling.kernel/trunk/pom.xml index 5a588b44..58895efe 100644 --- a/org.fortiss.tooling.kernel/trunk/pom.xml +++ b/org.fortiss.tooling.kernel/trunk/pom.xml @@ -17,5 +17,5 @@ ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT \ No newline at end of file diff --git a/org.fortiss.tooling.spiderchart.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.spiderchart.ui/trunk/META-INF/MANIFEST.MF index 9d104dba..9c5e367b 100644 --- a/org.fortiss.tooling.spiderchart.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.spiderchart.ui/trunk/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Spider Chart Bundle-SymbolicName: org.fortiss.tooling.spiderchart.ui -Bundle-Version: 2.11.0.qualifier +Bundle-Version: 2.12.0.qualifier Bundle-Vendor: fortiss GmbH Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Developer: Amit Kumar Mondal (admin@amitinside.com) @@ -12,5 +12,5 @@ Export-Package: org.fortiss.tooling.spiderchart.model, org.fortiss.tooling.spiderchart.util, org.fortiss.tooling.spiderchart.widget Require-Bundle: org.eclipse.swt;bundle-version="3.102.1", - org.fortiss.tooling.base.ui;bundle-version="2.11.0";visibility:=reexport + org.fortiss.tooling.base.ui;bundle-version="2.12.0";visibility:=reexport Bundle-ActivationPolicy: lazy diff --git a/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml b/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml index 760b87ac..573f81a2 100644 --- a/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml +++ b/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml @@ -17,5 +17,5 @@ 1.0 ../../parent-pom.xml - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT -- GitLab