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
Currently one can add bundles to the "additional bundles" of the build.properties and then can chose that PDE adds missing items when launching a product or run config. This has several drawbacks:
It only adds items but never removes them if they become obsolete
It is actually quite hidden and most users don't know about how it works
As this is only performed at running a product this can lead to surprising effects
As it is a IDE only concern, Tycho can not really support this
Currently no version ranges are used, just a plain import
This could be much improved by adding a way to completely automate this for example with a checkbox like this:
If this is selected, the following should happen:
The part with RequireBundle is hidden
The part with Import-Package is disabled
The Part "Automated management" is extended to show with full size
The given additional bundles are used to compute the imported packages automatically and shown in the 'Import-Package' area
The text was updated successfully, but these errors were encountered:
Currently one can add bundles to the "additional bundles" of the
build.properties
and then can chose that PDE adds missing items when launching a product or run config. This has several drawbacks:This could be much improved by adding a way to completely automate this for example with a checkbox like this:
If this is selected, the following should happen:
The text was updated successfully, but these errors were encountered: