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/30 13:39:56 UTC

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

jefft       2002/11/30 04:39:56

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