Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
index 4e9038a85..7cf40d706 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
@@ -18,8 +18,7 @@
<launcher name="eclipse">
<linux icon="icons/icon.xpm"/>
<macosx icon="icons/Eclipse.icns"/>
- <win useIco="true">
- <ico path="icons/eclipse.ico"/>
+ <win useIco="false">
<bmp/>
</win>
</launcher>
@@ -181,9 +180,9 @@ United States, other countries, or both.
</features>
<configurations>
+ <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
- <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>

Back to the top