Author: shuber
Date: Thu Jul 12 12:09:40 2007
New Revision: 403

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D403&repname=
=3Desi_server
Log:
Make svnrevision call optional, in order to be able to build test builds, b=
ut this should always be used for production builds ! =


Modified:
    trunk/build.xml

Modified: trunk/build.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/build.xml&rev=
=3D403&repname=3Desi_server
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/build.xml (original)
+++ trunk/build.xml Thu Jul 12 12:09:40 2007
@@ -471,7 +471,7 @@
         <taskdef name=3D"undeploy" classname=3D"org.apache.catalina.ant.Un=
deployTask" classpathref=3D"compile.classpath"/>
     </target>
     <target name=3D"setBuildVersion" description=3D"Sets the buildversion =
for the current build" depends=3D"init">
-        <exec executable=3D"svnversion" spawn=3D"false" dir=3D"${basedir}"=
 outputproperty=3D"buildversion">
+        <exec executable=3D"svnversion" spawn=3D"false" dir=3D"${basedir}"=
 outputproperty=3D"buildversion" failifexecutionfails=3D"false">
             <arg line=3D"."/>
         </exec>
         <replaceregexp file=3D"${src.home}/org/jahia/esi/Utils.java"

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to