Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-12-10 21:40:26 +0000
committerJohn Arthorne2007-12-10 21:40:26 +0000
commit42765d9df21764b3a8402f7505d2a36e659c0254 (patch)
treed444f9911491da5331960896ad500a9760a50c19 /bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF
parent43fa11b74480bb4437006e67234b44977dff1953 (diff)
downloadrt.equinox.p2-42765d9df21764b3a8402f7505d2a36e659c0254.tar.gz
rt.equinox.p2-42765d9df21764b3a8402f7505d2a36e659c0254.tar.xz
rt.equinox.p2-42765d9df21764b3a8402f7505d2a36e659c0254.zip
Externalize plugin/vendor names
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF
index 69083a4e6..476e22fa6 100644
--- a/bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.garbagecollector/META-INF/MANIFEST.MF
@@ -1,7 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Garbagecollector Plug-in
Bundle-SymbolicName: org.eclipse.equinox.p2.garbagecollector;singleton:=true
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Import-Package: org.eclipse.core.runtime.preferences,
org.eclipse.equinox.internal.p2.core.helpers,

Back to the top