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 2006/09/18 14:28:13 UTC

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

Author: snoopdave
Date: Mon Sep 18 05:28:12 2006
New Revision: 447386

URL: http://svn.apache.org/viewvc?view=rev&rev=447386
Log:
Include docs in standalone build

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

Modified: incubator/roller/trunk/sandbox/standalone/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/sandbox/standalone/build.xml?view=diff&rev=447386&r1=447385&r2=447386
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/build.xml (original)
+++ incubator/roller/trunk/sandbox/standalone/build.xml Mon Sep 18 05:28:12 2006
@@ -76,6 +76,11 @@
    <copy todir="./build/${release.fileName}/webapps/roller" >
        <fileset dir="${roller.srcdir}/build/webapp" includes="**/**" />
    </copy>
+
+   <mkdir dir="./build/${release.fileName}/webapps/roller/docs" />
+   <copy todir="./build/${release.fileName}/webapps/roller/docs" >
+       <fileset dir="${roller.srcdir}/docs/" includes="**/*guide/**" />
+   </copy>
    	   
    <!-- Roller HSQLDB starter goes into Tomcat -->
    <copy file="./build/roller-hsqldb.jar"