-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove passage.lbc.target.feature from passage.lbc.execute.feature #1126
Remove passage.lbc.target.feature from passage.lbc.execute.feature #1126
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1126 +/- ##
=========================================
Coverage 33.20% 33.20%
Complexity 356 356
=========================================
Files 1161 1161
Lines 25699 25699
Branches 1588 1588
=========================================
Hits 8534 8534
- Misses 16659 16660 +1
+ Partials 506 505 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
73c55df
to
f0b8787
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can remove this feature from the list of "requires".
However, this fix does not look complete, perhaps org.eclipse.passage.lbc.target.feature
feature is not needed at all.
It is not unlikely that this feature is not required at all, especially if the included Plug-ins are already required by any one of Passage's plugins. |
It looks like that feature is used in the |
I know, and it is used also for FLS product definition. The question was a bit wider, but we can forget about it for a while. |
You build the products with Tycho, don't you? Because Tycho/P2 installs all required dependencies automatically into the product, so that is actually not necessary. But the |
we do.
I think this feature was containing much more in the past and the intention was to allow upgrading this "target" independently. |
Fixes #1123