| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| id="product" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| application="org.eclipse.ui.ide.workbench" | |
| name="Eclipse"> | |
| <property | |
| name="preferenceCustomization" | |
| value="plugin_customization.ini"> | |
| </property> | |
| <property | |
| name="appName" | |
| value="Eclipse"> | |
| </property> | |
| <property | |
| name="aboutText" | |
| value="Eclipse IDE for Automotive Software Developers

Version: Juno Release
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2012. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/"> | |
| </property> | |
| <property | |
| name="startupForegroundColor" | |
| value="C8D5EA"> | |
| </property> | |
| <property | |
| name="startupMessageRect" | |
| value="7,220,441,20"> | |
| </property> | |
| <property | |
| name="startupProgressRect" | |
| value="0,280,455,15"> | |
| </property> | |
| <property | |
| name="aboutImage" | |
| value="eclipse_lg.gif"> | |
| </property> | |
| <property | |
| name="windowImages" | |
| value="eclipse.png,eclipse32.png,eclipse48.png"> | |
| </property> | |
| <property | |
| name="introBrandingImage" | |
| value="product:intro-eclipse.png"/> | |
| <property | |
| name="introTitle" | |
| value="Welcome to the Eclipse IDE for Automotive Software Developers"> | |
| </property> | |
| <property | |
| name="introBrandingImageText" | |
| value="Eclipse Project"> | |
| </property> | |
| <property | |
| name="cssTheme" | |
| value="org.eclipse.e4.ui.css.theme.e4_default"> | |
| </property> | |
| <property | |
| name="applicationCSSResources" | |
| value="platform:/plugin/org.eclipse.platform/images/"> | |
| </property> | |
| </product> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.intro"> | |
| <introProductBinding | |
| introId="org.eclipse.ui.intro.universal" | |
| productId="org.eclipse.epp.package.automotive.product"> | |
| </introProductBinding> | |
| </extension> | |
| </plugin> |