Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-03-11 22:34:12 +0000
committerDavid Williams2014-03-11 22:34:12 +0000
commite493784707f37cc2c07afb04eadb5a3d57d76b07 (patch)
tree4cb945780bbe9507725113d6c3b5e7bc8da2a3fa /eclipse.platform.releng.tychoeclipsebuilder/platform
parent3f923f39f4e8b582e511d69b455b39482dc28c23 (diff)
downloadeclipse.platform.releng.aggregator-e493784707f37cc2c07afb04eadb5a3d57d76b07.tar.gz
eclipse.platform.releng.aggregator-e493784707f37cc2c07afb04eadb5a3d57d76b07.tar.xz
eclipse.platform.releng.aggregator-e493784707f37cc2c07afb04eadb5a3d57d76b07.zip
Bug 429522 - platform and sdk show same welcome screen
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product41
1 files changed, 38 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
index 7b9f180f4..6fc5140e0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
@@ -3,15 +3,48 @@
<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">
@@ -28,6 +61,8 @@
</win>
</launcher>
+ <intro introId="org.eclipse.ui.intro.universal"/>
+
<vm>
</vm>

Back to the top