Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
index 90ca6c34..e39e87d4 100644
--- a/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2e.binaryproject.ui;singleton:=true
Bundle-Version: 1.15.0.qualifier
Bundle-Activator: org.eclipse.m2e.binaryproject.ui.internal.BinaryprojectUIActivator
+Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
+Bundle-Name: %Bundle-Name
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.m2e.core.ui;bundle-version="[1.13.0,1.15.1)",

Back to the top