[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [pde-dev] eclipse 3 branding | 
Hello Eclipse!
Has branding changed in 3.0? Is the  feature+feature plugin no longer a 
way of branding? I have removed my feature and feature plugin and added 
this to my products' plugin.xml:
C:/MyApp/eclipse/plugin/com.myapp.ide_3.0.0/plugin.xml:
<extension id="brand" point="org.eclipse.core.runtime.products">
  <product name="myCoolProduct" 
application="org.eclipse.ui.ide.workbench" description="">
   <property name="windowImage" value="gllogo16.gif"/>
   <property name="aboutImage" value="gllogo.gif"/>
   <property name="featureImage" value="gltext.gif"/>
   <property name="aboutText" value="%aboutText" />
   <property name="appName" value="="CoolApp"/>
   <property name="preferenceCustomization" 
value="plugin_customization.ini"/>
   <property name="welcomePage" value="="$nl$/welcome.xml"/>
  <product/>
</extension>
In config.ini I have "eclipse.product=com.graphlogic.ide"  This 
apperantly does not work, my default perspective as defined in 
plugin_customization.xml and none of the window/bar titles/images show 
up. Anyone can tell me what Im missing?
Thanks,
Alex