You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/01/11 11:29:13 UTC

cvs commit: xml-forrest/src/core/fresh-site forrest-targets.xml

nicolaken    2004/01/11 02:29:13

  Added:       src/core/fresh-site forrest-targets.xml
  Log:
  Instead of forrest-targets.ent with Ant 1.6 Forrest can be now used with
  the new import facility:
  
   <import file="forrest-targets.xml"/>
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/core/fresh-site/forrest-targets.xml
  
  Index: forrest-targets.xml
  ===================================================================
  <!--
  This build.xml import contains Forrest targets for Ant 1.6.
  See the forrest-targets.ent file in this same dir for more info.
  
  Sample usage:
  
    <import file="forrest-targets.ent"/>
  
  If you already have in your build targets that are called like the 
  forrest ones, you can still call the forrest ones by prepending 
  "forrest."
  
  Example:
  
   <antcall target="forrest.site"/>
  -->
  <!DOCTYPE project [
  <!ENTITY forrest-targets SYSTEM "file:./forrest-targets.ent">
  ]>
  
  <project name="forrest" default="dist" basedir="."  >
      &forrest-targets;
  </project>