sharing intro content in RCP and feature-for-SDK modes [message #593574] |
Tue, 06 November 2007 17:24 |
Edoardo Comar Messages: 102 Registered: July 2009 |
Senior Member |
|
|
I'm writing a set of plugins that can be run either as an RCP (one of
our plugins defines product & application) or as add-on to an existing
eclipse installation (e.g. the SDK).
I bound the universal intro to my product in the plugin.xml that defines it:
<extension
point="org.eclipse.ui.intro">
<introProductBinding
introId="org.eclipse.ui.intro.universal"
productId="com.xyz.my.product"/>
</extension>
I'd then want to package intro pages into a UA plugin, separate from my
rcp plugin and have those intro pages linked from the intro root
BOTH when running as myRCP (with the product-specific intro) AND when
running in an SDK.
what do I need to do ?
|
|
|
Powered by
FUDForum. Page generated in 0.04528 seconds