You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2004/02/18 04:25:32 UTC

cvs commit: jakarta-oro build.xml

dfs         2004/02/17 19:25:32

  Modified:    .        build.xml
  Log:
  Removed deletion of javadoc.destir in clean rule and creation of it in
  javadocs rule.  It's now stored in CVS.
  
  Revision  Changes    Path
  1.11      +1 -3      jakarta-oro/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	18 Feb 2004 03:19:10 -0000	1.10
  +++ build.xml	18 Feb 2004 03:25:32 -0000	1.11
  @@ -164,7 +164,6 @@
   
       <target name="javadocs" depends="prepare"
               description="Creates the API documentation.">
  -        <mkdir dir="${javadoc.destdir}"/>
           <javadoc packagenames="org.apache.oro.io,org.apache.oro.text,org.apache.oro.text.regex,org.apache.oro.text.awk,org.apache.oro.text.perl,org.apache.oro.util"
               sourcepath="${build.src}"
               destdir="${javadoc.destdir}"
  @@ -291,7 +290,6 @@
       <target name="clean"
   	    description="Removes generated artifacts from source tree.">
           <delete dir="${build.dest}"/>
  -        <delete dir="${javadoc.destdir}"/>
           <delete dir="${final.dir}"/>
           <delete file="${top.dir}/${final.name}.jar"/>
           <delete file="${top.dir}/${final.name}.tar"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org