|
From: <ma...@us...> - 2011-10-05 19:19:06
|
Revision: 3649
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3649&view=rev
Author: matzon
Date: 2011-10-05 19:19:00 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
applying ruben01s latest maven patch
Modified Paths:
--------------
trunk/LWJGL/platform_build/build-maven.xml
Modified: trunk/LWJGL/platform_build/build-maven.xml
===================================================================
--- trunk/LWJGL/platform_build/build-maven.xml 2011-10-04 22:08:23 UTC (rev 3648)
+++ trunk/LWJGL/platform_build/build-maven.xml 2011-10-05 19:19:00 UTC (rev 3649)
@@ -34,7 +34,7 @@
}
if(!mavenVersion.match(/^.*-SNAPSHOT$/)){
var forceSnapshot = project.getProperty("snapshot")
- if(forceSnapshot!="false"){
+ if(forceSnapshot!=null && forceSnapshot!="false"){
System.out.println("Forcing Maven Version to Snapshot");
mavenVersion = mavenVersion + "-SNAPSHOT";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|