From: <eli...@us...> - 2006-07-07 11:48:04
|
Revision: 2452 Author: elias_naur Date: 2006-07-07 04:47:56 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2452&view=rev Log Message: ----------- Commented out cvsbuild target - using it will propbably cause confusion Modified Paths: -------------- trunk/LWJGL/build.xml Modified: trunk/LWJGL/build.xml =================================================================== --- trunk/LWJGL/build.xml 2006-07-07 11:00:32 UTC (rev 2451) +++ trunk/LWJGL/build.xml 2006-07-07 11:47:56 UTC (rev 2452) @@ -747,19 +747,19 @@ </target> <!-- Creates a build of LWJGL directly from CVS --> - <target name="cvsbuild" description="Builds lwjgl from cvs"> + <!-- <target name="cvsbuild" description="Builds lwjgl from cvs">--> <!-- Check that files do not exist BEFORE doing the CVS build --> - <available file="LWJGL/build.xml" property="lwjgl.preexistingfiles" /> + <!-- <available file="LWJGL/build.xml" property="lwjgl.preexistingfiles" /> <available file="${lwjgl.src}/java/org/lwjgl/Sys.java" property="lwjgl.preexistingfiles" /> - <fail if="lwjgl.preexistingfiles" message="Cannot perform webbuild from nonempty folder" /> + <fail if="lwjgl.preexistingfiles" message="Cannot perform webbuild from nonempty folder" />--> <!-- checkout files and build using checked out buildfiles 'all' target --> - <cvs command="export -D 'now'" compressionlevel="3" cvsRoot=":pserver:ano...@cv...:/cvsroot/java-game-lib" package="LWJGL/build.xml" dest="." /> + <!-- <cvs command="export -D 'now'" compressionlevel="3" cvsRoot=":pserver:ano...@cv...:/cvsroot/java-game-lib" package="LWJGL/build.xml" dest="." /> <cvs command="export -D 'now'" compressionlevel="3" cvsRoot=":pserver:ano...@cv...:/cvsroot/java-game-lib" package="LWJGL/src" dest="." /> <cvs command="export -D 'now'" compressionlevel="3" cvsRoot=":pserver:ano...@cv...:/cvsroot/java-game-lib" package="LWJGL/doc" dest="." /> <ant dir="LWJGL" target="compile_native_all" /> <ant dir="LWJGL" target="release" /> - </target> + </target> --> <!-- --> <target name="sign" description="Using released files, creates the necessary files used for jnlp demos"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |