From: <eli...@us...> - 2006-10-31 09:52:44
|
Revision: 2620 http://svn.sourceforge.net/java-game-lib/?rev=2620&view=rev Author: elias_naur Date: 2006-10-31 01:52:38 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Don't include binary native files from bin/ in lwjgl.jar (oops\!) Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2006-10-30 15:49:02 UTC (rev 2619) +++ trunk/LWJGL/build.xml 2006-10-31 09:52:38 UTC (rev 2620) @@ -22,8 +22,7 @@ <!-- Files to include in the lwjgl.jar file --> <fileset id="lwjgl.fileset" dir="${lwjgl.bin}"> - <include name="**" /> - <exclude name="**.*" /> + <include name="org/**/*" /> <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. |