Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] eclipse 3 branding


Branding changed a lot since 2.1.
You can find info about branding on:
        http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/docs/branding/BrandingYourApplication.html

Please note that this newsgroup is for the people interested in the developement of the PDE components.
These kinds of questions should be asked on the newsgroup (where it has already been answered :-))

PaScaL



Alex Amerik <alex@xxxxxxxxxxxxxx>
Sent by: pde-dev-admin@xxxxxxxxxxx

08/26/2004 10:11 AM

Please respond to
pde-dev

To
pde-dev@xxxxxxxxxxx, pde-platform@xxxxxxxxxxx
cc
Subject
[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

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top