Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-10-25 20:59:40 +0000
committerJohn Arthorne2007-10-25 20:59:40 +0000
commitd9289f4ba42d1020edc8dd13db32f7dd581bc185 (patch)
tree49fe18f2ed99d76d5ad4c3508ccb50b8299118c6 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF
parent1f0d7d1bc60c8031dbd436089819d01bc3bf725f (diff)
downloadrt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.tar.gz
rt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.tar.xz
rt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.zip
localize bundle name and vendor
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index d76860e4a..322f57920 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -1,7 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Eclipse Adaptor Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse;singleton:=true
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Import-Package: org.eclipse.core.runtime;common=split,
org.eclipse.equinox.frameworkadmin,

Back to the top