From: <eli...@us...> - 2006-05-05 09:32:54
|
Revision: 2322 Author: elias_naur Date: 2006-05-05 01:14:28 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2322&view=rev Log Message: ----------- Removed the generator from lwjgl_util.jar Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2006-05-03 20:53:16 UTC (rev 2321) +++ trunk/LWJGL/build.xml 2006-05-05 08:14:28 UTC (rev 2322) @@ -52,6 +52,7 @@ <!-- Files to include in the lwjgl_util.jar file --> <fileset id="lwjgl_util.fileset" dir="${lwjgl.bin}"> <exclude name="**.*" /> + <exclude name="org/lwjgl/util/generator/**" /> <exclude name="org/lwjgl/util/model/**" /> <include name="org/lwjgl/util/**" /> </fileset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |