donaldp     02/04/13 23:59:23

  Modified:    all      build.xml
  Log:
  Make sure docs arent attempted to be built as it will fail.
  
  Revision  Changes    Path
  1.140     +2 -2      jakarta-avalon-excalibur/all/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -r1.139 -r1.140
  --- build.xml 13 Apr 2002 10:04:31 -0000      1.139
  +++ build.xml 14 Apr 2002 06:59:23 -0000      1.140
  @@ -452,14 +452,14 @@
           </copy>
       </target>
   
  -    <target name="local-docs" depends="local-javadocs,docs">
  +    <target name="local-docs" depends="local-javadocs,docs" if="I.was.fixed">
           <copy todir="${docs.dir}">
               <fileset dir="${build.docs}"/>
           </copy>
       </target>
   
       <!-- Update the www directory -->
  -    <target name="site-docs" depends="local-docs">
  +    <target name="site-docs" depends="local-docs" if="I.was.fixed">
   
           <!-- delete all old documents but keep CVS directories -->
           <!-- note that by doing an include the defaultexcludes (CVS dirs) 
will be kept -->
  
  
  

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

Reply via email to