You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2003/12/28 17:37:22 UTC

cvs commit: xml-forrest/scratchpad/forrestbot2/core build.xml

brondsem    2003/12/28 08:37:22

  Modified:    scratchpad/forrestbot2/core build.xml
  Log:
  move build dir so it's more accessible by webapp
  
  Revision  Changes    Path
  1.2       +1 -1      xml-forrest/scratchpad/forrestbot2/core/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/core/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	9 Dec 2003 21:59:10 -0000	1.1
  +++ build.xml	28 Dec 2003 16:37:22 -0000	1.2
  @@ -1,7 +1,7 @@
   <project name="build">
   
     <property name="build.work-dir"         location="work/${ant.project.name}"/>
  -  <property name="build.site-dir"         location="work/${ant.project.name}/site"/>
  +  <property name="build.site-dir"         location="build/${ant.project.name}"/>
     <tstamp>
       <format property="logtime" pattern="yyMMdd-hhmm"/>
     </tstamp>