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 12:20:12 UTC

cvs commit: xml-forrest/src/resources/forrestbot/ant templates.build.xml

jefft       2003/01/31 03:20:12

  Modified:    src/resources/forrestbot/ant templates.build.xml
  Log:
  Use the forrestbot-specified skin
  
  Revision  Changes    Path
  1.14      +2 -2      xml-forrest/src/resources/forrestbot/ant/templates.build.xml
  
  Index: templates.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/ant/templates.build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- templates.build.xml	1 Dec 2002 15:51:32 -0000	1.13
  +++ templates.build.xml	31 Jan 2003 11:20:11 -0000	1.14
  @@ -231,8 +231,8 @@
       <!--<ant dir="${project.ctxt-dir}"-->
         <ant dir="${project.ctxt-dir}"
           antfile="${forrest.home}/forrest.build.xml" target="-site">
  -        <property name="project.content.present"
  -          value="HACK"/>
  +        <property name="project.content.present" value="HACK"/>
  +        <property name="project.skin" value="${project.skin}"/>
         </ant>
     </target>