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/14 01:41:04 UTC

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

Author: gregor
Date: Mon Dec 13 16:41:04 2004
New Revision: 111768

URL: http://svn.apache.org/viewcvs?view=rev&rev=111768
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=111768&p1=lenya/trunk/src/targets/init-build.xml&r1=111767&p2=lenya/trunk/src/targets/init-build.xml&r2=111768
==============================================================================
--- lenya/trunk/src/targets/init-build.xml	(original)
+++ lenya/trunk/src/targets/init-build.xml	Mon Dec 13 16:41:04 2004
@@ -89,7 +89,7 @@
     <ant dir="${cocoon.src.dir}" inheritall="false"/>
   </target>
 
-  <target name="prepare-cocoon" depends="build-cocoon">
+  <target name="prepare-cocoon" depends="build-cocoon" unless="gump.skipcocoonbuild">
     <taskdef name="xpatch" classname="XConfToolTask" classpath="${tools.tasks.dest}"/>
     <echo>INFO: exclude: WEB-INF/cocoon.xconf</echo> 
     <echo>INFO: exclude: WEB-INF/logkit.xconf</echo> 

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