From eb5614a6ef6b04af32e077de1a23a1e12ad02b80 Mon Sep 17 00:00:00 2001 From: Quentin Le Menez Date: Fri, 21 Aug 2015 13:14:49 +0200 Subject: [releng] Neon-1.2.0 modification step by step Change-Id: I9126d707fecad85c9b5384b35074deba995b6527 Signed-off-by: Quentin Le Menez --- .../META-INF/MANIFEST.MF | 11 ++++------- .../editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF | 11 +++++------ plugins/editor/org.eclipse.papyrus.editor/pom.xml | 4 ++-- 3 files changed, 11 insertions(+), 15 deletions(-) (limited to 'plugins/editor') diff --git a/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/META-INF/MANIFEST.MF b/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/META-INF/MANIFEST.MF index be485086201..bd8e6cf307d 100644 --- a/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/META-INF/MANIFEST.MF +++ b/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/META-INF/MANIFEST.MF @@ -1,16 +1,13 @@ Manifest-Version: 1.0 Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0" + org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0" Bundle-Vendor: %providerName Bundle-ActivationPolicy: lazy -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.2.0.qualifier Bundle-Localization: plugin Bundle-Name: %pluginName -Bundle-Activator: org.eclipse.papyrus.editor.perspectiveconfiguration. - Activator +Bundle-Activator: org.eclipse.papyrus.editor.perspectiveconfiguration.Activator Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.papyrus.editor.perspectiveconfigurati - on;singleton:=true +Bundle-SymbolicName: org.eclipse.papyrus.editor.perspectiveconfiguration;singleton:=true Bundle-RequiredExecutionEnvironment: J2SE-1.5 - diff --git a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF index 5717c6bb66f..db81ddb06ad 100644 --- a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF +++ b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF @@ -1,21 +1,20 @@ Manifest-Version: 1.0 Export-Package: org.eclipse.papyrus.editor -Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="1.1.0", +Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="1.2.0", org.eclipse.emf.transaction;bundle-version="1.4.0", org.eclipse.gmf.runtime.notation;bundle-version="1.5.0", org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0", - org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.1.0", + org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.2.0", org.eclipse.ui.ide;bundle-version="3.8.0", - org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0", + org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0", com.google.guava;bundle-version="11.0.0", - org.eclipse.papyrus.infra.ui;bundle-version="1.1.0" + org.eclipse.papyrus.infra.ui;bundle-version="1.2.0" Bundle-Vendor: %providerName Bundle-ActivationPolicy: lazy -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.2.0.qualifier Bundle-Localization: plugin Bundle-Name: %pluginName Bundle-Activator: org.eclipse.papyrus.editor.Activator Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.papyrus.editor;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.6 - diff --git a/plugins/editor/org.eclipse.papyrus.editor/pom.xml b/plugins/editor/org.eclipse.papyrus.editor/pom.xml index 79e4caca809..d4d1003f84a 100644 --- a/plugins/editor/org.eclipse.papyrus.editor/pom.xml +++ b/plugins/editor/org.eclipse.papyrus.editor/pom.xml @@ -4,11 +4,11 @@ org.eclipse.papyrus.releng org.eclipse.papyrus - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ../../../releng/main org.eclipse.papyrus.editor org.eclipse.papyrus - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT eclipse-plugin \ No newline at end of file -- cgit v1.2.3