I have tried a few more things but with no luck
So the question remains what really needs to be configured.
Many things i find are all about a p2 build not tycho
So i have a plugin of eclipse "org.eclipse.help.ui" that i want to patch (use my version)
that plugin is as far as i know a member of the feature "org.eclipse.help"
so i have my own "
org.eclipse.help.ui" plugin project in my workspace (besides all other plugins)
with the exact same version (i tried also others) as the plugin that i want to override.
i make a patch feature project that requires that help feature.
add that plugin to that feature
But what to do then?
Should i include that patch feature in my main feature.xml?
Should i add stuff the the pom.xml of the product build?
i first create all the plugins and store them in my local repo
Then i make the 2 feature modules (my own and the patch feature) and then i execute the product build
But the repository that is then assembled always have the eclipse plugin not my plugin...
So what step do i miss here? How can i make sure that the plugin is completely overwritten by mine?
i guess i need to have the same version right? else i break the eclipse help feature.
johan
_______________________________________________