Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-03-13 18:10:23 +0000
committerDavid Williams2014-03-13 18:10:23 +0000
commit61b326374199f367103aab1b679eef888c8bb323 (patch)
tree2f92b68fe4b98524119a9017599318f277640319
parentaaa5a26efecdd67f33feb2ac4da1e777325f8e63 (diff)
downloadeclipse.platform.releng.aggregator-61b326374199f367103aab1b679eef888c8bb323.tar.gz
eclipse.platform.releng.aggregator-61b326374199f367103aab1b679eef888c8bb323.tar.xz
eclipse.platform.releng.aggregator-61b326374199f367103aab1b679eef888c8bb323.zip
Revert "Bug 429522 - platform and sdk show same welcome screen"
This reverts commit e493784707f37cc2c07afb04eadb5a3d57d76b07. This was an experiment commited to wrong branch. (Should have not effect, but is "noise").
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product41
1 files changed, 3 insertions, 38 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
index 6fc5140e0..7b9f180f4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
@@ -3,48 +3,15 @@
<product name="Eclipse Platform" uid="org.eclipse.platform.ide" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.4.0.qualifier" useFeatures="true" includeLaunchers="true">
- <aboutInfo>
- <image path="/org.eclipse.platform/eclipse_lg.gif"/>
- <text>
- Eclipse Platform\n\
-\n\
-Version: {1} (4.4)\n\
-Build id: {0}\n\
-\n\
-(c) Copyright Eclipse contributors and others 2000, 2014. All rights are reserved. Eclipse and the Eclipse logo are trademarks \
-of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;&apos;s permission. \
-Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/legal/logo_guidelines.php. \
-Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.\n\
-\n\
-This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.\n
-Eclipse Platform\n\
-\n\
-Version: {1} (4.4)\n\
-Build id: {0}\n\
-\n\
-(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved. Eclipse and the Eclipse logo are trademarks \
-of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse&apos;&apos;s permission. \
-Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/legal/logo_guidelines.php. \
-Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.\n\
-\n\
-This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.\n
- </text>
- </aboutInfo>
-
<configIni use="default">
</configIni>
<launcherArgs>
- <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs
- </programArgs>
- <vmArgs>-Xms40m -Xmx384m
- </vmArgs>
- <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
- </vmArgsMac>
+ <programArgs>-showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs</programArgs>
+ <vmArgs>-Xms40m -Xmx384m</vmArgs>
+ <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>
- <windowImages i16="/org.eclipse.platform/eclipse16.png" i32="/org.eclipse.platform/eclipse32.png" i48="/org.eclipse.platform/eclipse48.png" i64="/org.eclipse.platform/eclipse64.png" i128="/org.eclipse.platform/eclipse128.png" i256="/org.eclipse.platform/eclipse256.png"/>
-
<splash
location="org.eclipse.platform" />
<launcher name="eclipse">
@@ -61,8 +28,6 @@ This product includes software developed by other open source projects including
</win>
</launcher>
- <intro introId="org.eclipse.ui.intro.universal"/>
-
<vm>
</vm>

Back to the top