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 2002/11/09 07:51:50 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples xml-site-cvs.xml

jefft       2002/11/08 22:51:50

  Added:       src/resources/forrestbot/samples xml-site-cvs.xml
  Log:
  Another sample script
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/forrestbot/samples/xml-site-cvs.xml
  
  Index: xml-site-cvs.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
  Forrestbot sample config file.
  Fetches the xml.apache.org site from CVS and builds it.
  
  jefft@apache.org
  -->
  <forrest-config>
    <defaults>
      <get-src type="cvs">
        <host name="cvs.apache.org"/>
        <root name="/home/cvspublic"/>
        <user name="anoncvs"/>
        <passwd name="anoncvs"/>
      </get-src>
      <!--
      <deploy type="scp">
        <host name="localhost"/>
        <root name="/home/jeff"/>
        <user name="jeff"/>
      </deploy>
      -->
    </defaults>
  
    <project name="forrest-template">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
  
      <get-src type="cvs">
        <module name="xml-forrest"/>
        <dir name="src/documentation"/>
      </get-src>
      <deploy type="local-copy">
        <destination name="build/xml-site"/>
      </deploy>
      <!--
      <deploy type="scp">
        <dir name="public_html/forrest-site"/>
      </deploy>
      -->
  
    </project>
  
  </forrest-config>