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/01/31 13:34:41 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples/entities ws-site.ent krysalis-centipede.ent

jefft       2003/01/31 04:34:40

  Modified:    src/resources/forrestbot/samples/entities
                        krysalis-centipede.ent
  Added:       src/resources/forrestbot/samples ws-site-cvs.xml
               src/resources/forrestbot/samples/entities ws-site.ent
  Log:
  Add ws-site
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/forrestbot/samples/ws-site-cvs.xml
  
  Index: ws-site-cvs.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE forrest-config [
  <!ENTITY email "jeffturner@localhost">
  <!ENTITY dest "./build">
  <!ENTITY ws-site SYSTEM "file:entities/ws-site.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>
  
    &ws-site;
  
  </forrest-config>
  
  
  
  1.2       +1 -1      xml-forrest/src/resources/forrestbot/samples/entities/krysalis-centipede.ent
  
  Index: krysalis-centipede.ent
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/samples/entities/krysalis-centipede.ent,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- krysalis-centipede.ent	7 Dec 2002 13:02:45 -0000	1.1
  +++ krysalis-centipede.ent	31 Jan 2003 12:34:40 -0000	1.2
  @@ -1,6 +1,6 @@
     <project name="krysalis-centipede" sendlogto="&email;">
       <prepare>
  -      <skin name="forrest-site"/>
  +      <skin name="krysalis-site"/>
       </prepare>
       <get-src type="cvs">
         <module name="krysalis-centipede"/>
  
  
  
  1.1                  xml-forrest/src/resources/forrestbot/samples/entities/ws-site.ent
  
  Index: ws-site.ent
  ===================================================================
    <project name="ws-site" sendlogto="&email;">
      <prepare>
        <skin name="krysalis-site"/>
      </prepare>
  
      <get-src type="cvs">
        <module name="ws-site"/>
        <content-dir name="src/documentation"/>
        <project-dir name="."/>
       </get-src>
      <deploy type="local-copy">
        <destination name="&dest;/ws-site"/>
      </deploy>
      <!--
      <deploy type="scp">
        <dir name="public_html/xml-xindice"/>
      </deploy>
      -->
    </project>