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/10/04 15:59:37 UTC

cvs commit: xml-forrest/src/resources/forrestbot2 xml-forrest-seed.xml

jefft       2003/10/04 06:59:37

  Added:       src/resources/forrestbot2 xml-forrest-seed.xml
  Log:
  Script for Forrest seed site
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/forrestbot2/xml-forrest-seed.xml
  
  Index: xml-forrest-seed.xml
  ===================================================================
  <?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="project.root-dir" location="../fresh-site"/>
      <target name="getsrc" depends="local.getsrc"/> 
      -->
  
    <import file="core/forrestbot.xml"/>
  
  </project>