]
Mickael Istria commented on JBIDE-18105:
----------------------------------------
WIP:
This generates the properties file from plugin.xml + target file. However, it doesn't
yet allow to "append" stuff to existing file (but it's not top priority for
this milestone).
generate jbtearlyaccess.properties from
jbtearlyaccess-multiple.target
----------------------------------------------------------------------
Key: JBIDE-18105
URL:
https://issues.jboss.org/browse/JBIDE-18105
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, central, discovery
Affects Versions: 4.2.0.CR1
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 4.2.0.CR1
Since the JBT EA .target file already contains all the IUs which are considered early
access (and their dependencies, which are sometimes also EA, like Tern) we can generate
the list of EA features from that .target file, and maintain an ongoing [min,max] version
range of what's considered early access.
Currently the properties file looks like this:
https://github.com/mickaelistria/jbosstools-central/blob/JBIDE-17808/cent...