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/25 20:28:29 UTC

cvs commit: xml-forrest/scratchpad/forrestbot2 xml-forrest-seed.xml

brondsem    2003/12/25 11:28:29

  Modified:    scratchpad/forrestbot2 xml-forrest-seed.xml
  Log:
  works with forrestbot now
  
  Revision  Changes    Path
  1.2       +2 -8      xml-forrest/scratchpad/forrestbot2/xml-forrest-seed.xml
  
  Index: xml-forrest-seed.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/forrestbot2/xml-forrest-seed.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-forrest-seed.xml	20 Oct 2003 11:43:58 -0000	1.1
  +++ xml-forrest-seed.xml	25 Dec 2003 19:28:29 -0000	1.2
  @@ -1,15 +1,9 @@
   <?xml version="1.0"?>
   <project name="xml-forrest-seed" default="main">
   
  -    <property name="module" value="xml-forrest"/>
  -    <property name="project.root-dir" value="src/resources/fresh-site"/>
  +	<property name="getsrc.cvs.module" value="xml-forrest/src/core/fresh-site"/>
   
  -    <!--
  -    <property name="project.root-dir" location="../fresh-site"/>
  -    <target name="getsrc" depends="local.getsrc"/> 
  -    -->
  -
  -  <import file="core/forrestbot.xml"/>
  +	<import file="core/forrestbot.xml"/>
   
   </project>