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

Back to the top