You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2003/05/08 16:34:12 UTC

cvs commit: avalon-phoenix build.xml

proyal      2003/05/08 07:34:12

  Modified:    .        build.xml
  Log:
  Patch from Niclas Hedhman <ni...@hedhman.org>
  
  Add task to load al optional dependencies
  
  Revision  Changes    Path
  1.247     +3 -1      avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.246
  retrieving revision 1.247
  diff -u -r1.246 -r1.247
  --- build.xml	25 Apr 2003 01:38:36 -0000	1.246
  +++ build.xml	8 May 2003 14:34:12 -0000	1.247
  @@ -1290,7 +1290,9 @@
   
       </target>
   
  -
  +    <target name="get-all-dependencies"
  +	    depends="get-mx4j,get-log4j,get-cli,get-configkit,get-classman,get-wrapper"
  +	    description="Meta-task to get all optional libaries"/>
   
       &forrest-targets;
   
  
  
  

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