You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/28 18:28:14 UTC

svn commit: rev 10364 - xml/forrest/branches/copyless/src/core/targets

Author: nicolaken
Date: Wed Apr 28 09:28:12 2004
New Revision: 10364

Modified:
   xml/forrest/branches/copyless/src/core/targets/webapp.xml
Log:
Exclude the build dir from the copying, *not* include it!

Thanks to Rick Tessner <ri...@onnadayr.ca> for pointing it out

Modified: xml/forrest/branches/copyless/src/core/targets/webapp.xml
==============================================================================
--- xml/forrest/branches/copyless/src/core/targets/webapp.xml	(original)
+++ xml/forrest/branches/copyless/src/core/targets/webapp.xml	Wed Apr 28 09:28:12 2004
@@ -132,7 +132,7 @@
    <copy toDir="${project.webapp}/project" overwrite="true" failonerror="false">
      <fileset dir="${project.home}">
        <include name="**"/>
-       <include name="build/**"/>
+       <exclude name="build/**"/>
      </fileset>
    </copy>