Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-03-04 21:35:25 +0000
committerJohn Arthorne2008-03-04 21:35:25 +0000
commit7e98ab3e74e1b98c9340d863f1476cbca11ee23b (patch)
treeb6df146f820007fe8dd8e230b77e13ae4a14cbe1
parent43c4697955c440dff7ad8788914e29255674a931 (diff)
downloadrt.equinox.p2-7e98ab3e74e1b98c9340d863f1476cbca11ee23b.tar.gz
rt.equinox.p2-7e98ab3e74e1b98c9340d863f1476cbca11ee23b.tar.xz
rt.equinox.p2-7e98ab3e74e1b98c9340d863f1476cbca11ee23b.zip
Add back reference to launcher name (needed for auto-start)
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/sdk-installer.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.installer/sdk-installer.properties b/bundles/org.eclipse.equinox.p2.installer/sdk-installer.properties
index 9f3f2f0fc..7430422aa 100644
--- a/bundles/org.eclipse.equinox.p2.installer/sdk-installer.properties
+++ b/bundles/org.eclipse.equinox.p2.installer/sdk-installer.properties
@@ -2,5 +2,6 @@ eclipse.p2.metadata=http://update.eclipse.org/eclipse/testUpdates/
eclipse.p2.artifacts=http://update.eclipse.org/eclipse/testUpdates/
eclipse.p2.flavor=tooling
eclipse.p2.profileName=Eclipse SDK
+eclipse.p2.launcherName=eclipse
eclipse.p2.rootId=sdk
eclipse.p2.autoStart=true

Back to the top