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/12/14 17:58:49 UTC

svn commit: r487255 - /lenya/trunk/src/targets/test-build.xml

Author: andreas
Date: Thu Dec 14 08:58:48 2006
New Revision: 487255

URL: http://svn.apache.org/viewvc?view=rev&rev=487255
Log:
Don't copy content of default pub to test pub

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

Modified: lenya/trunk/src/targets/test-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/test-build.xml?view=diff&rev=487255&r1=487254&r2=487255
==============================================================================
--- lenya/trunk/src/targets/test-build.xml (original)
+++ lenya/trunk/src/targets/test-build.xml Thu Dec 14 08:58:48 2006
@@ -65,7 +65,9 @@
     <delete dir="${test.pub.dir}"/>
     <mkdir dir="${test.pub.dir}"/>
     <copy todir="${test.pub.dir}">
-      <fileset dir="${build.webapp}/lenya/pubs/${test.pub.source.id}"/>
+      <fileset dir="${build.webapp}/lenya/pubs/${test.pub.source.id}">
+        <exclude name="content/**"/>
+      </fileset>
     </copy>
     <replace encoding="utf-8"
       file="${build.webapp}/lenya/pubs/${test.pub.id}/publication.xml"



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