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/02/22 12:55:40 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples/entities avalon-phoenix.ent

jefft       2003/02/22 03:55:39

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