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:52:39 UTC

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

Author: gregor
Date: Sun Dec 12 07:52:37 2004
New Revision: 111653

URL: http://svn.apache.org/viewcvs?view=rev&rev=111653
Log:
Make building of Cocoon condidational to allow Gump to sidestep it.
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=111653&p1=lenya/trunk/src/targets/init-build.xml&r1=111652&p2=lenya/trunk/src/targets/init-build.xml&r2=111653
==============================================================================
--- lenya/trunk/src/targets/init-build.xml	(original)
+++ lenya/trunk/src/targets/init-build.xml	Sun Dec 12 07:52:37 2004
@@ -80,7 +80,8 @@
   <!-- ============================================================ -->
   <!-- Prepares the build webapp directory                          -->
   <!-- ============================================================ -->
-  <target name="build-cocoon" depends="init">
+  <!-- build cocoon unless this is a gump build -->
+  <target name="build-cocoon" depends="init" unless="gump.build">
     <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