|
From: <ma...@us...> - 2010-04-13 20:25:36
|
Revision: 3323
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3323&view=rev
Author: matzon
Date: 2010-04-13 20:25:29 +0000 (Tue, 13 Apr 2010)
Log Message:
-----------
disable version check for linux - headless issues
Modified Paths:
--------------
trunk/LWJGL/build.xml
Modified: trunk/LWJGL/build.xml
===================================================================
--- trunk/LWJGL/build.xml 2010-04-13 07:14:51 UTC (rev 3322)
+++ trunk/LWJGL/build.xml 2010-04-13 20:25:29 UTC (rev 3323)
@@ -391,7 +391,7 @@
<copy todir="${lwjgl.lib}/linux">
<fileset dir="${lwjgl.bin}/lwjgl" includes="liblwjgl*.so"/>
</copy>
- <version-check platform="linux"/>
+ <!-- headless issues <version-check platform="linux"/> -->
</target>
<!-- Compiles LWJGL on solaris platforms -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|