Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-02-02 17:17:16 +0000
committerAndrew Niefer2007-02-02 17:17:16 +0000
commit1c04e654e45213c70cc34685f24af7ebdf5042ab (patch)
tree2d213d73eb780cb8e387d58c1dc9286f6748c1fd /bundles/org.eclipse.equinox.launcher/META-INF
parent282b63f3254acb68da64167211f59657e421830f (diff)
downloadrt.equinox.framework-1c04e654e45213c70cc34685f24af7ebdf5042ab.tar.gz
rt.equinox.framework-1c04e654e45213c70cc34685f24af7ebdf5042ab.tar.xz
rt.equinox.framework-1c04e654e45213c70cc34685f24af7ebdf5042ab.zip
bug 171552
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index 64b8b6b7e..2846dbc9c 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Startup Plug-in
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher
Bundle-Version: 1.0.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.0/Foundation-1.0,
J2SE-1.3

Back to the top