|
From: <ka...@us...> - 2010-08-31 20:10:18
|
Revision: 3408
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3408&view=rev
Author: kappa1
Date: 2010-08-31 20:10:12 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
second attempt to clean applet package of unused files
Modified Paths:
--------------
trunk/LWJGL/platform_build/build-applet.xml
Modified: trunk/LWJGL/platform_build/build-applet.xml
===================================================================
--- trunk/LWJGL/platform_build/build-applet.xml 2010-08-31 19:30:15 UTC (rev 3407)
+++ trunk/LWJGL/platform_build/build-applet.xml 2010-08-31 20:10:12 UTC (rev 3408)
@@ -148,7 +148,8 @@
<param name="output" value="applet/advance/solaris_natives.jar.lzma"/>
</antcall>
- <delete file="applet/*.jar"/>
- <delete file="applet/*.lzma"/>
+ <delete>
+ <fileset dir="applet" includes="*.jar, *.lzma"/>
+ </delete>
</target>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|