Commit Graph

5 Commits

Author SHA1 Message Date
Jens von Pilgrim a91da9efa6 Fixed a problem with categories.
Categories are now extracted from site.xml. A default category is created if no site.xml is found or if some features are not mapped to any other category.
2011-12-21 14:34:39 +00:00
Jens von Pilgrim 7425a743c2 StandalonePublisher directly creates jars, no need for additional "jarring".
- added main method to StandalonePublisher creating artifact.xml/jar and content.xml/jar from given (old) Eclise update site.
- when compressed is set to true, artifact.jar and content.jar are created directly. Removed jar task in build script, as these are no longer necessary
2011-12-20 11:04:49 +00:00
Jens von Pilgrim 54ddcf2133 Fixed problems in update site build.
Update site is now build including Eclipse p2 metadata (content.jar and artifact.jar). These files are required by some tools, such as Tycho (a maven plugin making p2 update sites available as maven repositories, see http://eclipse.org/tycho).
2011-12-15 19:00:59 +00:00
Jens von Pilgrim 2f3fa670c6 Added new ant task creating p2 metadata file for update site. 2011-12-15 17:32:08 +00:00
Jens von Pilgrim c26ba8ee58 Added new Eclipse update site build script to be imported from main LWJGL build script.
See org.lwjgl.build/README for details.

Removed old build script depending on pre-build LWJGL archives.
2011-12-05 12:41:45 +00:00