Author: lmandel
Date: Wed Sep  7 12:20:23 2005
New Revision: 279401

URL: http://svn.apache.org/viewcvs?rev=279401&view=rev
Log:
Updated site build script.

Modified:
    incubator/woden/Site/build.xml

Modified: incubator/woden/Site/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/woden/Site/build.xml?rev=279401&r1=279400&r2=279401&view=diff
==============================================================================
--- incubator/woden/Site/build.xml (original)
+++ incubator/woden/Site/build.xml Wed Sep  7 12:20:23 2005
@@ -2,13 +2,17 @@
     

   <!-- FORREST_HOME must be set as an environment variable -->

   <property environment="env"/>

+  <!--property name="project.build-dir" value="tempbuild"/-->

   <property name="forrest.home" value="${env.FORREST_HOME}"/>

   <import file="${env.FORREST_HOME}/main/forrest.build.xml"/>

      

   <target name="run-forrest" depends="clean, site">

-    <copy todir="./targets">

-      <fileset dir="./build/site"/>

+       <!--

+    <copy todir="./build">

+      <fileset dir="./tempbuild/site"/>

     </copy>

+    -->

+       <!--

     <replace file="./targets/mirrors.html" token="gz.html" value="gz"/>

     <replace file="./targets/mirrors.html" token="zip.html" value="zip"/>

     <replace file="./targets/mirrors.html" token="tgz.html" value="tgz"/>

@@ -18,17 +22,23 @@
       <replacetoken>mirrors.html</replacetoken>

     </replace>

     <delete dir="./targets/[preferred]"/>

+       -->

   </target>

 

   <target name="clean"

           description="clean up the build area">

-    <delete dir="./build"/>

+       <!--

+    <delete dir="./tempbuild"/>

+    -->

   </target>

 

   <target name="replace">

-    <copy todir="./targets">

-      <fileset dir="./build/site"/>

+       <!--

+    <copy todir="./build">

+      <fileset dir="./tempbuild/site"/>

     </copy>

+    -->

+    <!--

     <replace file="./targets/mirrors.html" token="gz.html" value="gz"/>

     <replace file="./targets/mirrors.html" token="zip.html" value="zip"/>

     <replace file="./targets/mirrors.html" token="tgz.html" value="tgz"/>

@@ -38,6 +48,7 @@
       <replacetoken>mirrors.html</replacetoken>

     </replace>

     <delete dir="./targets/[preferred]"/>

+       -->

   </target>

 

 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to