[
https://issues.jboss.org/browse/JBIDE-10596?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-10596:
----------------------------------------
I've made several experiences to provide what we have now with eclipse-update-site
working for eclipse-repository:
1. Evaluate usage of content.xml rather than site.xml in XSLT -> Too difficult at the
moment.
2. Tried to write a Tycho plugin relying on p2 rather that site.xml to perform generation
=> cannot consume p2 repo easily from Tycho!
Then I realized that using anything else than site.xml would imply lot of difficult
changes, so
3. Create a Tycho plugin that generates a site.xml for an eclipse-repository artifact
=> DONE.
I'll attach a patch for this plugin. We will have to build it in a Hudson job as part
of the "requirement-bootstrap" job I guess.
Use eclipse-repository packaging type for repository in order to
materialize-products from them
-----------------------------------------------------------------------------------------------
Key: JBIDE-10596
URL:
https://issues.jboss.org/browse/JBIDE-10596
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Affects Versions: 3.3.0.M5
Environment: any
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 3.3.0.CR1
The eclipse-repository packaging type is a better way to go:
* It reads "category.xml" files (renamed site.xml files)
* It supports the materialize-products action to extract the products from it
See
http://wiki.eclipse.org/Tycho/Packaging_Types#Creating_Product_Zip_Files
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira