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

Back to the top