From b35022b68384d4398086646ef815e75c88c18c9e Mon Sep 17 00:00:00 2001 From: cletavernie Date: Thu, 27 Oct 2011 08:47:38 +0000 Subject: 359057: [Architecture - SVN - Build] The Papyrus architecture should be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057 Update the plug-in versions and dependencies over Papyrus plug-ins to 0.9.0 --- .../META-INF/MANIFEST.MF | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.widgets.gmf') diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.widgets.gmf/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/org.eclipse.papyrus.widgets.gmf/META-INF/MANIFEST.MF index 31eacc2564f..63fbf0b2c5e 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.widgets.gmf/META-INF/MANIFEST.MF +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.widgets.gmf/META-INF/MANIFEST.MF @@ -1,18 +1,19 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %Bundle-Name -Bundle-SymbolicName: org.eclipse.papyrus.widgets.gmf;singleton:=true -Bundle-Version: 0.9.0.qualifier -Bundle-Activator: org.eclipse.papyrus.widgets.gmf.Activator -Bundle-Vendor: %Bundle-Vendor -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.papyrus.widgets;bundle-version="0.8.0", - org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0", - org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.4.2", - org.eclipse.core.databinding;bundle-version="1.4.0", - org.eclipse.jface.databinding;bundle-version="1.5.0", - org.eclipse.core.databinding.property;bundle-version="1.4.0", - org.eclipse.papyrus.properties;bundle-version="0.8.0" -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Bundle-ActivationPolicy: lazy +Manifest-Version: 1.0 +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + org.eclipse.papyrus.widgets;bundle-version="0.9.0", + org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0", + org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.4.2", + org.eclipse.core.databinding;bundle-version:="1.4.0", + org.eclipse.jface.databinding;bundle-version="1.5.0", + org.eclipse.core.databinding.property;bundle-version="1.4.0", + org.eclipse.papyrus.properties;bundle-version="0.9.0" +Bundle-Vendor: %Bundle-Vendor +Bundle-ActivationPolicy: lazy +Bundle-Version: 0.9.0.qualifier +Bundle-Name: %Bundle-Name +Bundle-ManifestVersion: 2 +Bundle-Activator: org.eclipse.papyrus.widgets.gmf.Activator +Bundle-SymbolicName: org.eclipse.papyrus.widgets.gmf;singleton:=true +Bundle-RequiredExecutionEnvironment: J2SE-1.5 + -- cgit v1.2.3