You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/05/25 11:26:29 UTC

cvs commit: xml-forrest/src/resources/forrestbot/scripts local-vars-cocoondev.org

jefft       2003/05/25 02:26:29

  Modified:    src/resources/forrestbot/scripts local-vars-cocoondev.org
  Log:
  Mods made on cocoondev to use v0.4 for most sites
  
  Revision  Changes    Path
  1.8       +3 -2      xml-forrest/src/resources/forrestbot/scripts/local-vars-cocoondev.org
  
  Index: local-vars-cocoondev.org
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/scripts/local-vars-cocoondev.org,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- local-vars-cocoondev.org	22 Feb 2003 13:08:01 -0000	1.7
  +++ local-vars-cocoondev.org	25 May 2003 09:26:29 -0000	1.8
  @@ -10,7 +10,8 @@
   # (optionally) 'cvs update'ed and rebuilt on every run.  Defaults to
   # $BASE/../../../../ ie, assuming the user is in
   # xml-forrest/src/resources/forrestbot/scripts/
  -FORREST=/usr/serverlocal/src/apache/xml-forrest
  +#FORREST=/usr/serverlocal/src/apache/xml-forrest
  +FORREST=/usr/serverlocal/src/apache/xml-forrest-0.4
   
   # Assuming the overseer command is being fed instructions from the webapp, this
   # variable points to the webapp context root.  Defaults to $BASE/../webapp
  @@ -28,7 +29,7 @@
   # Set this to true if you want to delete any local mods to the $FORREST and
   # update from CVS.  Not recommended unless scripts/ is moved outside the
   # xml-forrest CVS hierarchy. Defaults to false
  -REGEN_FORREST=true
  +REGEN_FORREST=false
   
   # In a headless environment like your typical Unix box (not running X), you
   # should install Xvfb, and set this DISPLAY variable appropriately. No default.