You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/03/12 12:32:44 UTC

cvs commit: avalon-logkit build.xml

jefft       2003/03/12 03:32:44

  Modified:    .        build.xml
  Log:
  synch 'usage' targets with reality
  
  Revision  Changes    Path
  1.99      +1 -2      avalon-logkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-logkit/build.xml,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- build.xml	1 Mar 2003 02:38:58 -0000	1.98
  +++ build.xml	12 Mar 2003 11:32:44 -0000	1.99
  @@ -146,11 +146,10 @@
       <echo message=""/>
       <echo message="   clean      -> cleans up the created directories"/>
       <echo message="   dist       -> generates the ${Name} distribution"/>
  -    <echo message="   dist-lite  -> generates the ${Name} distribution without the javadocs (default)"/>
       <echo message="   docs       -> generates the ${Name} Documentation"/>
       <echo message="   jar        -> generates the ${Name} jar file"/>
       <echo message="   javadocs   -> generates the API documentation (java 1.2+ only)"/>
  -    <echo message="   real-clean -> cleans up all genereated files and directories"/>
  +    <echo message="   distclean  -> cleans up all genereated files and directories"/>
       <echo message="   import-dependencies -> "/>
       <echo message="                 downloads automatically downloadable dependencies"/>
       <echo message=""/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org