| Product configuration (features included) [message #661624] |
Fri, 25 March 2011 11:29  |
jod Messages: 9 Registered: March 2011 |
Junior Member |
|
|
Hi,
I'm new in the RCP world and may my question is trivial ...
I want to build an RCP application, with some standard views, help management, etc. I want to use a feature base product definition as I will use Maven with Tycho. My question is :
How must I organize my dependancies with features and plugins to be sur to don't add a lot of unused stuff ?
For example, in my product definition, I first added these features :
- myfeature
- org.eclipse.rcp
And this works with my Run Configuration, but not with the Tycho built (Missing required bundle xxx messages).
When I added in my product definition the features :
- org.eclipse.plateform
- org.equinox.p2.user.ui
my Tycho built work, but I have some new menus (Search, etc) that I don't want !
Thus, How must I organize my dependancies to have the minimum of stuff included in my final product ?
I thought to create a new feature which will contains only the eclipse standard plugins that I want. Is it a good way to do ? Have you any other ideas ?
|
|
|