You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/20 06:11:51 UTC

svn commit: r357915 - /incubator/roller/trunk/sandbox/standalone/build.xml

Author: snoopdave
Date: Mon Dec 19 21:11:49 2005
New Revision: 357915

URL: http://svn.apache.org/viewcvs?rev=357915&view=rev
Log:
In sandbox: standalone build script

Modified:
    incubator/roller/trunk/sandbox/standalone/build.xml

Modified: incubator/roller/trunk/sandbox/standalone/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/build.xml?rev=357915&r1=357914&r2=357915&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/build.xml (original)
+++ incubator/roller/trunk/sandbox/standalone/build.xml Mon Dec 19 21:11:49 2005
@@ -90,6 +90,9 @@
    <copy todir="./build/roller-demo" overwrite="true">
        <fileset dir="./tomcat" includes="**/**" />
    </copy>
+   <copy todir="./build/roller-demo" overwrite="true" failonerror="false">
+       <fileset dir="./custom" includes="**/**" />
+   </copy>
         
    <!-- Copy copy-over files for JSPWiki -->
    <copy todir="./build/roller-demo/webapps/wiki" overwrite="true">