Revision: 3704
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3704&view=rev
Author: jpilgrim
Date: 2011-11-28 16:40:42 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
bug fix in Eclipes update site build:
native libraries are not copied from skeleton (where they are required for development purposes) anymore
Modified Paths:
--------------
trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-28 16:23:20 UTC (rev 3703)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-28 16:40:42 UTC (rev 3704)
@@ -81,6 +81,8 @@
<exclude name="**/.settings/**" />
<exclude name="**/.classpath" />
<exclude name="**/.project" />
+ <!-- do not copy native libraries -->
+ <exclude name="**/native/**" />
</fileset>
</copy>
<copy todir="${build.plugins}/org.lwjgl">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|