You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/05 17:10:31 UTC

cvs commit: jakarta-avalon-excalibur/site build.xml

hammant     02/04/05 07:10:31

  Modified:    site     build.xml
  Log:
  user property for 'docs'
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-excalibur/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	5 Apr 2002 14:44:00 -0000	1.2
  +++ build.xml	5 Apr 2002 15:10:31 -0000	1.3
  @@ -125,7 +125,7 @@
         </classpath>
       </java>
   
  -    <copy todir="docs">
  +    <copy todir="${docs.dir}">
         <fileset dir="${build.docs}">
           <include name="**"/>
         </fileset>
  @@ -135,7 +135,7 @@
     
     <target name="site" depends="docs" description="Places Docs ready for hosting on website">    
     
  -  </target>   
  +  </target>     
     
     <!-- Update the www directory -->
     <target name="site-docs" depends="site">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>