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

cvs commit: xml-forrest build.xml

crossley    2002/10/31 19:13:29

  Modified:    .        build.xml
  Log:
  Minor text tweaks.
  
  Revision  Changes    Path
  1.32      +7 -7      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	31 Oct 2002 16:23:47 -0000	1.31
  +++ build.xml	1 Nov 2002 03:13:29 -0000	1.32
  @@ -229,7 +229,7 @@
     *-----------------------------------------------------------------
     | installation notice 
     *-----------------------------------------------------------------
  -  | You have succesfully built the shell-bat distribution of forrest.
  +  | You have succesfully built the shell-bat distribution of Forrest.
     | Please find it at: ${dist-shbat.dir}
     | Please copy the contents to the install directory of your choice
     | Please have the environment variable FORREST_HOME point to it.
  @@ -239,8 +239,8 @@
     | Calling
     |    unix: $FORREST_HOME/bin/forrest -projecthelp
     |    win: %FORREST_HOME%\bin\forrest -projecthelp
  -  | Will list options for the forrest command
  -  | More help at http://xml.apache.org/forrest and forrest-dev@xml.apache.org
  +  | will list options for the 'forrest' command
  +  | More help at http://xml.apache.org/forrest/ and forrest-dev@xml.apache.org
     *-----------------------------------------------------------------
       </echo>
     </target>
  @@ -254,10 +254,10 @@
          This is by no means an example of how you can use it inside your project 
         (although it will resemble it in many ways, to make the test meaningfull)
   
  -       The correct way of using forrest for your project is to build one of the
  -       forrest distribution-flavours and readup on how you should do that in the 
  -       appropriate documentation. 
  -      (which is by the way generated by calling this very target) -->
  +       The correct way of using Forrest for your project is to build one of the
  +       Forrest distribution-flavours and read up on how you should do that in
  +       the appropriate documentation. 
  +      (which is generated by calling this very target) -->
       <property name="forrest.home" value="${dist-shbat.dir}" />
       <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
       <!--