Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Subtle Tycho Behavior Change

FYI,

If you build your repository using includeAllDependencies false, which is the default:

https://www.eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-plugin/assemble-repository-mojo.html#includeAllDependencies

the newest version of Tycho will start including any bundles and feature required/imported by your features (as specified on the feature.xml's Dependencies tab).  This will result in duplicating the content of these dependency in your final repository.

I have opened the following issue asking for a way to opt out of this new behavior (to restore the previous behavior):

https://github.com/eclipse-tycho/tycho/issues/1281

Regards,
Ed



Back to the top