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 2006/06/26 13:24:17 UTC

svn commit: r417169 - /lenya/trunk/src/targets/webapp-build.xml

Author: andreas
Date: Mon Jun 26 04:24:17 2006
New Revision: 417169

URL: http://svn.apache.org/viewvc?rev=417169&view=rev
Log:
Build process: updated webapp build excludes

Modified:
    lenya/trunk/src/targets/webapp-build.xml

Modified: lenya/trunk/src/targets/webapp-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/webapp-build.xml?rev=417169&r1=417168&r2=417169&view=diff
==============================================================================
--- lenya/trunk/src/targets/webapp-build.xml (original)
+++ lenya/trunk/src/targets/webapp-build.xml Mon Jun 26 04:24:17 2006
@@ -39,8 +39,8 @@
     -->
     <copy todir="${build.webapp}">
       <fileset dir="${src.webapp.dir}">
-        <exclude name="lenya/pubs/**"/>
-        <exclude name="WEB-INF/*-xconf.xsl"/>
+        <exclude name="config/cocoon-xconf/**"/>
+        <exclude name="config/sitemap/**"/>
       </fileset>
     </copy>
 



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