diff options
author | Camille Letavernier | 2015-05-11 14:48:47 +0000 |
---|---|---|
committer | Camille Letavernier | 2015-05-11 14:48:47 +0000 |
commit | 0fbadccbe814d3461e1595a48b35887f17856b41 (patch) | |
tree | 23ded4713ef5ba6f1da39b64e6ff0c1c59616b04 /extraplugins/alf/core | |
parent | c3965d67028e824f1cca2dece434218f4041db92 (diff) | |
download | org.eclipse.papyrus-0fbadccbe814d3461e1595a48b35887f17856b41.tar.gz org.eclipse.papyrus-0fbadccbe814d3461e1595a48b35887f17856b41.tar.xz org.eclipse.papyrus-0fbadccbe814d3461e1595a48b35887f17856b41.zip |
[Releng - ALF] Fix bundles metadata
Change-Id: Ie1ed285c8783859745f9759c35be3b7c1f8f21b3
Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'extraplugins/alf/core')
-rw-r--r-- | extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF | 10 | ||||
-rw-r--r-- | extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/META-INF/MANIFEST.MF | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF index 04447dda134..1a43293de67 100644 --- a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF +++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.text/META-INF/MANIFEST.MF @@ -1,20 +1,20 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: org.eclipse.papyrus.uml.alf.text +Bundle-Name: ALF Text (Incubation) Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.text Bundle-Version: 0.7.0.qualifier Bundle-Activator: org.eclipse.papyrus.uml.alf.text.ActivatorText -Bundle-Vendor: %providerName +Bundle-Vendor: Eclipse Modeling Project Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.uml2.uml, - org.eclipse.papyrus.uml.alf, - org.eclipse.papyrus.uml.alf.libraries, + org.eclipse.papyrus.uml.alf;bundle-version="1.1.0", + org.eclipse.papyrus.uml.alf.libraries;bundle-version="1.1.0", org.eclipse.compare, org.eclipse.gmf.runtime.common.core, org.eclipse.swt, org.eclipse.compare.core, - org.eclipse.papyrus.infra.core.log + org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.papyrus.uml.alf.text.generation, diff --git a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/META-INF/MANIFEST.MF b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/META-INF/MANIFEST.MF index e163d4f420e..64d3a5a0f93 100644 --- a/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/META-INF/MANIFEST.MF +++ b/extraplugins/alf/core/org.eclipse.papyrus.uml.alf.transaction/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: org.eclipse.papyrus.uml.alf.transaction +Bundle-Name: ALF Transaction (Incubation) Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.transaction;singleton:=true Bundle-Version: 0.7.0.qualifier Bundle-Activator: org.eclipse.papyrus.uml.alf.transaction.ActivatorTransaction @@ -9,15 +9,15 @@ Require-Bundle: org.eclipse.ui, org.eclipse.uml2.uml;bundle-version="5.1.0", org.eclipse.papyrus.uml.alf.libraries;bundle-version="1.1.0", org.eclipse.gmf.runtime.emf.commands.core, - org.eclipse.papyrus.infra.core, - org.eclipse.papyrus.infra.emf, + org.eclipse.papyrus.infra.core;bundle-version="1.1.0", + org.eclipse.papyrus.infra.emf;bundle-version="1.1.0", org.eclipse.gmf.runtime.common.ui.services, - org.eclipse.papyrus.infra.gmfdiag.commands, - org.eclipse.papyrus.uml.xtext.integration.ui, + org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0", + org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.1.0", org.eclipse.xtext.ui;bundle-version="2.8.0", - org.eclipse.papyrus.uml.alf, - org.eclipse.papyrus.uml.alf.text, - org.eclipse.papyrus.infra.core.log, + org.eclipse.papyrus.uml.alf;bundle-version="1.1.0", + org.eclipse.papyrus.uml.alf.text;bundle-version="0.7.0", + org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0", org.eclipse.compare Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy @@ -26,4 +26,4 @@ Export-Package: org.eclipse.papyrus.uml.alf.transaction, org.eclipse.papyrus.uml.alf.transaction.commit, org.eclipse.papyrus.uml.alf.transaction.job, org.eclipse.papyrus.uml.alf.transaction.observation.listener.filter -Bundle-Vendor: %providerName +Bundle-Vendor: Eclipse Modeling Project |