Commit Graph

6 Commits

Author SHA1 Message Date
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 5c5a7b962a fixed typo in update site build script, added publisher task 2011-12-15 17:40:06 +00:00
Brian Matzon 78710b3b26 updating update site build script to use pre-packaged zip file in dist, updating signjar to not use keypass 2011-12-06 22:46:27 +00:00
Jens von Pilgrim e695454439 signing information are interactively retrieved similar to applet build 2011-12-05 21:49:02 +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