You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/26 00:37:10 UTC

svn commit: r178544 - /incubator/beehive/trunk/docs/forrest/build.xml

Author: ekoneil
Date: Wed May 25 15:37:08 2005
New Revision: 178544

URL: http://svn.apache.org/viewcvs?rev=178544&view=rev
Log:
Fixing docs/forrest/build.xml to use a "location" instead of a "value".

BB: self
DRT: Beehive pass


Modified:
    incubator/beehive/trunk/docs/forrest/build.xml

Modified: incubator/beehive/trunk/docs/forrest/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/build.xml?rev=178544&r1=178543&r2=178544&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/build.xml (original)
+++ incubator/beehive/trunk/docs/forrest/build.xml Wed May 25 15:37:08 2005
@@ -11,7 +11,7 @@
 <project name="Beehive Forrest Site Build" default="usage" basedir=".">
  
      <property environment="os"/>
-     <property name="forrest.home" value="${os.FORREST_HOME}"/>
+     <property name="forrest.home" location="${os.FORREST_HOME}"/>
      <import file="${os.FORREST_HOME}/forrest.build.xml"/>
 
     <target name="clean">