Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF')
-rw-r--r--examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF b/examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF
deleted file mode 100644
index f7feaec76..000000000
--- a/examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,15 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.gmf.examples.mindmap.edit; singleton:=true
-Bundle-Version: 1.0.0
-Bundle-ClassPath: .
-Bundle-Activator: org.eclipse.gmf.examples.mindmap.provider.MindmapEditPlugin$Implementation
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.gmf.examples.mindmap.provider
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.gmf.examples.mindmap;visibility:=reexport,
- org.eclipse.emf.edit;visibility:=reexport
-Eclipse-LazyStart: true

Back to the top