Commit Graph

6 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 b3b9eede8c Fixed a bug in the update site build script.
Wrong class name of LWJGL plugin activator was specified (org.lwjgl.eclipse.Activator, but correct 
is  org.lwjgl.Activator).

Now, the current date/time string is added as a qualifier to the LWJGL version, e.g., org.lwjgl_2.8.2.v20111128-1653 instead of org.lwjgl_2.8.2. This simplifies testing and discouples LWJGL versions from plugin versions.
2011-11-28 16:23:20 +00:00
Jens von Pilgrim 0b5b6cbcb4 Initial import of eclipse plugins. Note: The plugins are only skeletons, the actual plugins are to be build with the Ant script found in org.lwjgl.build/build.xml. See org.lwjgl.build/READ.ME for details.
Plugin lwjgl.org contains a binary version of LWJGL for development purposes (of this plugin) only. This binary version is ignored by the build script.
2011-03-30 09:35:14 +00:00