From: <sp...@us...> - 2010-09-26 23:49:15
|
Revision: 3414 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3414&view=rev Author: spasi Date: 2010-09-26 23:49:09 +0000 (Sun, 26 Sep 2010) Log Message: ----------- Typo fix. Modified Paths: -------------- trunk/LWJGL/platform_build/build-definitions.xml Modified: trunk/LWJGL/platform_build/build-definitions.xml =================================================================== --- trunk/LWJGL/platform_build/build-definitions.xml 2010-09-26 23:44:19 UTC (rev 3413) +++ trunk/LWJGL/platform_build/build-definitions.xml 2010-09-26 23:49:09 UTC (rev 3414) @@ -50,7 +50,7 @@ <include name="org/lwjgl/test/opengl/shaders/*.vp" /> <include name="org/lwjgl/test/opengl/shaders/*.vsh" /> <include name="org/lwjgl/test/opengl/shaders/*.fsh" /> - <include name="org/lwjgl/test/opencl/gl/*.cl /> + <include name="org/lwjgl/test/opencl/gl/*.cl" /> </fileset> <!-- Files to include in the lwjgl_util.jar file --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |