|
From: <ma...@us...> - 2011-01-28 21:55:22
|
Revision: 3481
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3481&view=rev
Author: matzon
Date: 2011-01-28 21:55:16 +0000 (Fri, 28 Jan 2011)
Log Message:
-----------
applying patch to update lwjgl_util_applet.jar with resources directly
Modified Paths:
--------------
trunk/LWJGL/build.xml
trunk/LWJGL/platform_build/build-applet.xml
Modified: trunk/LWJGL/build.xml
===================================================================
--- trunk/LWJGL/build.xml 2011-01-28 21:51:29 UTC (rev 3480)
+++ trunk/LWJGL/build.xml 2011-01-28 21:55:16 UTC (rev 3481)
@@ -142,6 +142,7 @@
<!-- Create lwjgl_util_applet.jar -->
<jar destfile="${lwjgl.temp}/jar/lwjgl_util_applet.jar" taskname="lwjgl_util_applet.jar">
+ <fileset dir="${lwjgl.res}" includes="applet*"/>
<fileset refid="lwjgl_util_applet.fileset" />
<manifest>
<attribute name="Sealed" value="true"/>
Modified: trunk/LWJGL/platform_build/build-applet.xml
===================================================================
--- trunk/LWJGL/platform_build/build-applet.xml 2011-01-28 21:51:29 UTC (rev 3480)
+++ trunk/LWJGL/platform_build/build-applet.xml 2011-01-28 21:55:16 UTC (rev 3481)
@@ -63,10 +63,6 @@
</fileset>
</jar>
<signjar jar="applet/basic/solaris_natives.jar" alias="${alias}" keystore="${keystore}" storepass="${password}"/>
-
- <jar destfile="${lwjgl.lib}/lwjgl_util_applet.jar" update="true">
- <fileset dir="${lwjgl.res}" includes="applet*"/>
- </jar>
<copy file="${lwjgl.lib}/lwjgl.jar" todir="applet/basic" overwrite="true"/>
<copy file="${lwjgl.lib}/lwjgl-debug.jar" todir="applet/basic" overwrite="true"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|