]
Mickael Istria updated JBIDE-18434:
-----------------------------------
Fix Version/s: 4.2.0.Final
Remove discovery "unified" target
---------------------------------
Key: JBIDE-18434
URL:
https://issues.jboss.org/browse/JBIDE-18434
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: discovery
Affects Versions: 4.2.0.CR1
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.2.0.Final
Currently, the unified targets for discovery are not used in order to build any plugin.
Only the "multiple" ones are used in order to generate the necessary p2 repo,
and the validation they're running is enough to guarantee that content on discovery
files can install (if composited with TP).
So the unified don't provide any value, and even worse, the way they're validated
can produce errors whereas it should work, I suggest we just delete them.
[~nickboldt] WDYT? Do you see any utility to those unified targets?