lwjgl2-arm64/eclipse-update/org.lwjgl.updatesite/site.xml
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

18 lines
562 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="@UPDATEURL@">
Update site for LWJGL and related features and plugins.
</description>
<feature url="features/org.lwjgl_2.jar" id="org.lwjgl" version="2">
<category name="3dlibs"/>
</feature>
<feature url="features/org.lwjgl.sdk_2.jar" id="org.lwjgl" version="2">
<category name="3dlibs"/>
</feature>
<category-def name="3dlibs" label="3D Libraries">
<description>
Java 3D libraries such as LWJGL.
</description>
</category-def>
</site>