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/03/23 08:25:15 UTC

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

jefft       2003/03/22 23:25:15

  Added:       src/resources/forrestbot/samples cocoon-site-cvs.xml
               src/resources/forrestbot/samples/entities cocoon-site.ent
  Log:
  Add Cocoon forrestbot scripts. They might even work
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/forrestbot/samples/cocoon-site-cvs.xml
  
  Index: cocoon-site-cvs.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE forrest-config [
  <!ENTITY email "jeffturner@localhost">
  <!ENTITY dest "./build">
  <!ENTITY cocoon-site SYSTEM "file:entities/cocoon-site.ent">
  ]>
  
  <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>
  
    &cocoon-site;
  
  </forrest-config>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/entities/cocoon-site.ent
  
  Index: cocoon-site.ent
  ===================================================================
    <project name="cocoon-site" sendlogto="&email;">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
      <get-src type="cvs">
        <module name="cocoon-site"/>
        <content-dir name="src/documentation"/>
        <project-dir name="."/>
      </get-src>
      <deploy type="local-copy">
        <destination name="&dest;/cocoon-site"/>
      </deploy>
      <!--
      <deploy type="scp">
        <dir name="public_html/cocoon-site"/>
      </deploy>
      -->
    </project>