From 2e37d21b7e1a51a06f03544a984738d6b7f63d1d Mon Sep 17 00:00:00 2001 From: Camille Letavernier Date: Thu, 16 Jan 2014 16:10:11 +0100 Subject: [Releng] Fix plug-ins metadata --- .../infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF | 8 ++++---- .../org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins') diff --git a/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF b/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF index 37cabf42721..079af80d234 100644 --- a/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF +++ b/plugins/infra/org.eclipse.papyrus.infra.newchild/META-INF/MANIFEST.MF @@ -11,13 +11,13 @@ Require-Bundle: org.eclipse.ui, org.eclipse.emf.ecore, org.eclipse.osgi, org.eclipse.emf.ecore.xmi, - org.eclipse.papyrus.infra.queries.core.configuration;visibility:=reexport, - org.eclipse.papyrus.infra.extendedtypes;visibility:=reexport, + org.eclipse.papyrus.infra.queries.core.configuration;bundle-version="1.0.0", + org.eclipse.papyrus.infra.extendedtypes;bundle-version="1.0.0", org.eclipse.papyrus.infra.services.resourceloading;bundle-version="1.0.0", org.eclipse.emf.transaction, org.eclipse.gmf.runtime.emf.type.core, - org.eclipse.papyrus.infra.services.edit, - org.eclipse.papyrus.infra.gmfdiag.commands + org.eclipse.papyrus.infra.services.edit;bundle-version="1.0.0", + org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.papyrus.infra.newchild, org.eclipse.papyrus.infra.newchild.ElementCreationMenuModel, diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF index 90dd017ceb7..9a13baf6c69 100644 --- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF +++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/META-INF/MANIFEST.MF @@ -51,7 +51,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.papyrus.infra.services.navigation;bundle-version="1.0.0", org.eclipse.papyrus.infra.tools;bundle-version="1.0.0", org.eclipse.papyrus.extensionpoints.editors;bundle-version="1.0.0", - org.eclipse.papyrus.infra.gmfdiag.common + org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0" Bundle-Vendor: %providerName Bundle-ActivationPolicy: lazy Bundle-Version: 1.0.0.qualifier -- cgit v1.2.3