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/28 07:19:00 UTC

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

jefft       2002/11/27 22:19:00

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