Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » branding eclipse RCP
branding eclipse RCP [message #264298] Mon, 15 September 2008 11:19
rohe is currently offline roheFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,
i have a problem with branding my eclipse application. I read a lot of
documentation in web, but i can't solve this problem. My application
consists of a few plug-ins. I put this plug-ins in a feature and created
another plug-in. This plug-in(branding plug-in) i added to branding
plug-in field in feature.xml.
my branding plug-in's plug-in xml looks like this:
<plugin>
<extension
point="org.eclipse.core.runtime.products" id="product">
<product
name="Test Product Name"
application="org.eclipse.ui.examples.rcp.browser.app">
<property
name="appName"
value=" Test App Name"/>
<property
name="windowImages"
value="icons/eclipse.gif,icons/eclipse32.gif"/>
<property
name="aboutText"
value=" Das ist der Test aboutText"/>
<property
name="aboutImage"
value="icons/eclipse_lg.gif"/>
<property
name="preferenceCustomization"
value="r21presentation.ini"/>
</product>
</extension>
</plugin>

Is the branding finised by adding this extension point and what do i have
to run my branded application?

Thanks for your help!
Previous Topic:context sensitive help system not working with eclipse 3.4
Next Topic:disable content assist auto cycling
Goto Forum:
  


Current Time: Sun Jul 07 07:31:29 GMT 2024

Powered by FUDForum. Page generated in 0.08498 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top