bodewig     2004/07/05 22:58:07

  Modified:    project  jelly-tags.xml
  Log:
  jelly-tags-jetty runs httpclient while testing so it needs the runtime dependencies 
of httpclient as well
  
  Revision  Changes    Path
  1.65      +1 -1      gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jelly-tags.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- jelly-tags.xml    5 Jul 2004 11:03:48 -0000       1.64
  +++ jelly-tags.xml    6 Jul 2004 05:58:07 -0000       1.65
  @@ -350,7 +350,7 @@
   
       <depend project="commons-jelly" inherit="all"/>
   
  -    <depend project="commons-httpclient"/>
  +    <depend project="commons-httpclient" inherit="runtime"/>
       <depend project="jetty4"/>
       <depend project="commons-jelly-tags-http"/>
   
  
  
  

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

Reply via email to