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/12/04 14:44:46 UTC

cvs commit: xml-forrest/src/resources/forrestbot/samples xml-forrest-template-local.xml forrest-template-local.xml

jefft       2002/12/04 05:44:46

  Added:       src/resources/forrestbot/samples
                        xml-forrest-template-local.xml
  Removed:     src/resources/forrestbot/samples forrest-template-local.xml
  Log:
  Rename script to conform to naming convention
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/forrestbot/samples/xml-forrest-template-local.xml
  
  Index: xml-forrest-template-local.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <forrest-config>
  
    <defaults/>
  
    <project name="forrest-template">
      <prepare>
        <skin name="forrest-site"/>
      </prepare>
      <get-src type="local-copy">
        <project-dir name="../../fresh-site" />
        <content-dir name="."/>
      </get-src>
   
      <deploy type="local-copy">
        <destination name="build/site"/>
      </deploy>
  
    </project>
  
  </forrest-config>