You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/12 16:59:50 UTC

svn commit: r111655 - /lenya/trunk/src/targets/init-build.xml

Author: gregor
Date: Sun Dec 12 07:59:50 2004
New Revision: 111655

URL: http://svn.apache.org/viewcvs?view=rev&rev=111655
Log:
Changed property name from "gump.build" to "gump.skipcocoonbuild" to avoid clashes.
Modified:
   lenya/trunk/src/targets/init-build.xml

Modified: lenya/trunk/src/targets/init-build.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/init-build.xml?view=diff&rev=111655&p1=lenya/trunk/src/targets/init-build.xml&r1=111654&p2=lenya/trunk/src/targets/init-build.xml&r2=111655
==============================================================================
--- lenya/trunk/src/targets/init-build.xml	(original)
+++ lenya/trunk/src/targets/init-build.xml	Sun Dec 12 07:59:50 2004
@@ -81,7 +81,7 @@
   <!-- Prepares the build webapp directory                          -->
   <!-- ============================================================ -->
   <!-- build cocoon unless this is a gump build -->
-  <target name="build-cocoon" depends="init" unless="gump.build">
+  <target name="build-cocoon" depends="init" unless="gump.skipcocoonbuild">
     <echo>Building Cocoon with our properties</echo>
     <copy todir="${cocoon.src.dir}" filtering="off">
       <fileset dir="${src.cocoon.properties.dir}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org