You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve the ability for end-users to set up the right target-platform in their IDE when none is provided by the project, it would be nice to have the ability to generate a .target definition from a pom.xml. As I imagine it, it would run regular Maven dependency resolution -a bit like m2e does it for regular Maven projects- and create a .target file with the resolved content. Users could then have a working TP for any Tycho project by:
Right click on pom.xml => Generate PDE target platform
Open .target file => Set as target platform.
The text was updated successfully, but these errors were encountered:
In order to improve the ability for end-users to set up the right target-platform in their IDE when none is provided by the project, it would be nice to have the ability to generate a .target definition from a pom.xml. As I imagine it, it would run regular Maven dependency resolution -a bit like m2e does it for regular Maven projects- and create a .target file with the resolved content. Users could then have a working TP for any Tycho project by:
The text was updated successfully, but these errors were encountered: