You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/12/04 08:29:23 UTC

svn commit: r109791 - /lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml

Author: antonio
Date: Fri Dec  3 23:29:22 2004
New Revision: 109791

URL: http://svn.apache.org/viewcvs?view=rev&rev=109791
Log:
We don't use pizza compiler.
Modified:
   lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml?view=diff&rev=109791&p1=lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml&r1=109790&p2=lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml&r2=109791
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml	(original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/init-build.xml	Fri Dec  3 23:29:22 2004
@@ -88,6 +88,7 @@
     <echo>INFO: exclude: WEB-INF/web.xml</echo>
     <echo>INFO: exclude: WEB-INF/lib/lucene**.jar</echo>
     <echo>INFO: exclude: **/javac.jar</echo>
+    <echo>INFO: exclude: **/pizza*.jar</echo>
     <copy todir="${build.webapp}" filtering="off">
       <fileset dir="${cocoon.webapp.dir}">
         <exclude name="sitemap.xmap"/>
@@ -96,6 +97,7 @@
         <exclude name="WEB-INF/web.xml"/>
         <exclude name="WEB-INF/lib/lucene**.jar"/>
         <exclude name="**/javac.jar"/>
+        <exclude name="**/pizza*.jar"/>
       </fileset>
     </copy>
 

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