Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/META-INF/MANIFEST.MF37
1 files changed, 0 insertions, 37 deletions
diff --git a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/META-INF/MANIFEST.MF b/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/META-INF/MANIFEST.MF
deleted file mode 100644
index 5277f78ff9b..00000000000
--- a/plugins/toolsmiths/gmf-tooling/org.eclipse.papyrus.gmf.bridge.ui/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,37 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.papyrus.gmf.bridge.ui;singleton:=true
-Bundle-Version: 1.5.1.qualifier
-Bundle-Activator: org.eclipse.papyrus.gmf.internal.bridge.ui.Plugin
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.core.resources;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.jdt.ui;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.emf.common;bundle-version="[2.3.0,3.0.0)",
- org.eclipse.emf.ecore.edit;bundle-version="[2.3.0,3.0.0)",
- org.eclipse.papyrus.gmf.bridge;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.papyrus.gmf.graphdef.edit;bundle-version="[2.0.0,3.1.0)",
- org.eclipse.papyrus.gmf.tooldef.edit;bundle-version="[2.0.0,3.1.0)",
- org.eclipse.papyrus.gmf.map.edit;bundle-version="[2.0.0,3.1.0)",
- org.eclipse.emf.codegen.ecore.ui;bundle-version="[2.3.0,3.0.0)",
- org.eclipse.emf.importer;bundle-version="[2.3.0,3.0.0)",
- org.eclipse.m2m.qvt.oml;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.m2m.qvt.oml.runtime;bundle-version="[3.4.0,4.0.0)"
-Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.papyrus.gmf.internal.bridge.resolver;x-internal:=true,
- org.eclipse.papyrus.gmf.internal.bridge.transform;
- x-friends:="org.eclipse.papyrus.gmf.bridge.ui.dashboard,
- org.eclipse.papyrus.gmf.codegen.ui,
- org.eclipse.gmf.tests,
- org.eclipse.papyrus.gmf.codegen.lite.ui,
- org.eclipse.gmf.tooling.simplemap.bridge.ui",
- org.eclipse.papyrus.gmf.internal.bridge.ui;x-friends:="org.eclipse.papyrus.gmf.bridge.ui.dashboard,org.eclipse.gmf.doc.ui,org.eclipse.papyrus.gmf.codegen.ui",
- org.eclipse.papyrus.gmf.internal.bridge.wizards;x-friends:="org.eclipse.papyrus.gmf.bridge.ui.dashboard,org.eclipse.gmf.doc.ui,org.eclipse.papyrus.gmf.codegen.ui",
- org.eclipse.papyrus.gmf.internal.bridge.wizards.pages;x-friends:="org.eclipse.gmf.doc.ui",
- org.eclipse.papyrus.gmf.internal.bridge.wizards.pages.simple;x-internal:=true,
- org.eclipse.papyrus.gmf.internal.bridge.wizards.strategy;x-internal:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-11

Back to the top