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:41 UTC

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

Author: andreas
Date: Mon Jun 26 04:24:41 2006
New Revision: 417170

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



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