Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-12-05 22:14:30 +0000
committerAndrew Niefer2006-12-05 22:14:30 +0000
commitb55831a6cbbd428b38ab17178bf51ed87f2f4b96 (patch)
tree3315bca34bc32e4f53fad4c5961c8a15aaafad03
parenta391e1b23c3c15d4db7ec3a1ff08b373888beb2a (diff)
downloadrt.equinox.framework-STARTUP_JAR.tar.gz
rt.equinox.framework-STARTUP_JAR.tar.xz
rt.equinox.framework-STARTUP_JAR.zip
update main class in manifestSTARTUP_JAR
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
1 files changed, 1 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 e0cec4b99..5d7c6c4ba 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Startup Plug-in
Bundle-SymbolicName: org.eclipse.equinox.launcher
Bundle-Version: 1.0.0.qualifier
-Main-Class: org.eclipse.core.launcher.Main
+Main-Class: org.eclipse.equinox.launcher.Main
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.0/Foundation-1.0,
J2SE-1.3

Back to the top