You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/10/25 22:18:36 UTC

svn commit: rev 55531 - incubator/lenya/branches/BRANCH_1_2_X/src/targets

Author: roku
Date: Mon Oct 25 13:18:36 2004
New Revision: 55531

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/targets/kupu-build.xml
   incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
Log:
Removed build of Kupu during build of webapp since we would have a xsltproc dependency then, which is bad.
TODO: Add the possibility to build kupu via "build.sh kupu" and "build.bat kupu"

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/targets/kupu-build.xml
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/targets/kupu-build.xml	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/targets/kupu-build.xml	Mon Oct 25 13:18:36 2004
@@ -20,9 +20,9 @@
     Kupu targets
   </description>
 
-  <target name="kupu" description="Generate Kupu files">
+  <target name="kupu" depends="webapp" description="Build Kupu">
 
-    <echo message="Generating Kupu files"/>
+    <echo message="Build Kupu"/>
 
     <exec dir="${build.webapp}/lenya/resources/kupu" executable="make" failonerror="true" failifexecutionfails="false"/>
     <exec dir="${build.webapp}/lenya/resources/kupu" executable="make.bat" failonerror="true" failifexecutionfails="false"/>

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml	Mon Oct 25 13:18:36 2004
@@ -173,8 +173,7 @@
     <copy todir="${build.webapp}/legal">
       <fileset dir="legal"/>
     </copy>
-
-    <antcall target="kupu"/>
+    
   </target>
 
   <!--

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