|
From: <eli...@us...> - 2007-08-28 07:43:22
|
Revision: 2892
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2892&view=rev
Author: elias_naur
Date: 2007-08-28 00:43:20 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
Don't include d3d stuff in lwjgl.jar
Modified Paths:
--------------
trunk/LWJGL/build.xml
Modified: trunk/LWJGL/build.xml
===================================================================
--- trunk/LWJGL/build.xml 2007-08-28 07:38:20 UTC (rev 2891)
+++ trunk/LWJGL/build.xml 2007-08-28 07:43:20 UTC (rev 2892)
@@ -23,6 +23,7 @@
<!-- Files to include in the lwjgl.jar file -->
<fileset id="lwjgl.fileset" dir="${lwjgl.bin}">
<include name="org/**/*" />
+ <exclude name="org/lwjgl/d3d/**" />
<exclude name="org/lwjgl/fmod3/**" />
<exclude name="org/lwjgl/test/**" />
<exclude name="org/lwjgl/util/**" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|