bloritsch    2003/02/20 07:56:36

  Modified:    .        build.xml
               src/xdocs book.xml
  Log:
  make the build.xml also delete the build directory left over from Forrest 
builds
  
  Revision  Changes    Path
  1.171     +2 -1      avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/build.xml,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- build.xml 10 Feb 2003 20:03:45 -0000      1.170
  +++ build.xml 20 Feb 2003 15:56:36 -0000      1.171
  @@ -617,7 +617,8 @@
       <!-- Cleans up build and distribution directories -->
       <target name="clean" depends="setup-properties" description="cleans up 
the created directories">
           <delete dir="${target.dir}" />
  -        <delete dir="${dist.dir}" />
  +     <delete dir="${dist.dir}" />
  +     <delete dir="build.dir" />
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
           </delete>
  
  
  
  1.21      +1 -1      avalon/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/avalon/src/xdocs/book.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- book.xml  13 Feb 2003 17:30:06 -0000      1.20
  +++ book.xml  20 Feb 2003 15:56:36 -0000      1.21
  @@ -9,7 +9,7 @@
       <menu label="Essentials">
           <menu-item label="Overview" href="index.html"/>
           <menu-item label="Getting Started" href="getting-started.html"/>
  -     <menu-item label="Download" 
href="http://jakarta.apache.org/builds/avalon/release/framework"/>
  +     <menu-item label="Download" 
href="http://avalon.apache.org/bindownload.cgi"/>
       </menu>
   
       <menu label="Guide">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to