Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:10:14 +0000
committerMartin Taal2011-11-01 18:10:14 +0000
commit709ec105b89258b5e6b27e57cb3deb177529c54c (patch)
tree436b7b45306590da29d24dfa9b6ad252c2a987d1 /examples/gmf/org.eclipse.gmf.examples.edit/META-INF/MANIFEST.MF
parent0298896cf5731abb5e728ca6997fd2410d0a8f0f (diff)
downloadorg.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.gz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.xz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.zip
Remove everything for restructuring
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