You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/23 02:25:43 UTC

svn commit: r193030 - in /forrest/branches/forrest_07_branch: main/forrest.build.xml site-author/content/xdocs/docs_0_60/build.xml site-author/content/xdocs/docs_0_70/build.xml

Author: crossley
Date: Wed Jun 22 17:25:41 2005
New Revision: 193030

URL: http://svn.apache.org/viewcvs?rev=193030&view=rev
Log:
Merge the changes for rc3 from trunk to branch (191224:191330).

Modified:
    forrest/branches/forrest_07_branch/main/forrest.build.xml
    forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_60/build.xml
    forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/build.xml

Modified: forrest/branches/forrest_07_branch/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/main/forrest.build.xml?rev=193030&r1=193029&r2=193030&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/main/forrest.build.xml (original)
+++ forrest/branches/forrest_07_branch/main/forrest.build.xml Wed Jun 22 17:25:41 2005
@@ -29,7 +29,7 @@
 
   <property environment="env" />
   <property name="forrest.home"               location="${env.FORREST_HOME}" />
-  <property name="forrest.version"            value="0.7-dev"/>
+  <property name="forrest.version"            value="0.7"/>
 
   <property name="forrest.lib-dir"            location="${forrest.home}/lib"/>
   <property name="forrest.core.lib-dir"       location="${forrest.lib-dir}/core"/>

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_60/build.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_60/build.xml?rev=193030&r1=193029&r2=193030&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_60/build.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_60/build.xml Wed Jun 22 17:25:41 2005
@@ -60,9 +60,7 @@
    <section id="building">
      <title>Building and Installing Forrest</title>
 <note>
-This document applies to the current 0.6 release version.
-See other instructions for the current development
-<link href="http://forrest.apache.org/docs/dev/build.html">0.7-dev</link> version.
+This document applies to the past 0.6 release version.
 </note>
      <p>
        To build Forrest, type '<code>build</code>' on Windows, or '<code>./build.sh</code>' on

Modified: forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/build.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/build.xml?rev=193030&r1=193029&r2=193030&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/build.xml (original)
+++ forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/build.xml Wed Jun 22 17:25:41 2005
@@ -59,6 +59,11 @@
 
    <section id="building">
      <title>Building and installing Forrest</title>
+<note>
+This document applies to the current 0.7 release version.
+See other instructions for the current development
+<link href="http://forrest.apache.org/docs/dev/build.html">0.8-dev</link> version.
+</note>
      <p>
        To build Forrest, change directory to '<code>forrest/main</code>', and
        then type '<code>build</code>' on Windows or '<code>./build.sh</code>' on