jefft       2002/07/08 19:38:48

  Modified:    .        build.xml dependencies.txt
  Log:
  Add xmlbundle -> xmlutil dependency
  
  Revision  Changes    Path
  1.170     +1 -0      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.169
  retrieving revision 1.170
  diff -u -r1.169 -r1.170
  --- build.xml 30 May 2002 03:49:51 -0000      1.169
  +++ build.xml 9 Jul 2002 02:38:48 -0000       1.170
  @@ -163,6 +163,7 @@
           <ant dir="datasource" target="dist-jar"/>
           <ant dir="util" target="dist-jar"/>
           <ant dir="store" target="dist-jar"/>
  +        <ant dir="xmlutil" target="dist-jar"/>
           <ant dir="xmlbundle" target="dist-jar"/>
           <ant dir="cli" target="dist-jar"/>
           <ant dir="naming" target="dist-jar"/>
  
  
  
  1.26      +1 -1      jakarta-avalon-excalibur/dependencies.txt
  
  Index: dependencies.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/dependencies.txt,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- dependencies.txt  27 Jun 2002 13:41:55 -0000      1.25
  +++ dependencies.txt  9 Jul 2002 02:38:48 -0000       1.26
  @@ -38,5 +38,5 @@
   * monitor -> framework, logkit, logger, sourceresolve [Unit tests: junit, testcase]
   * microcontainer -> framework, datasource [Unit tests: junit, collections, pool]
   * merlin -> context, configuration, framework, logkit
  -* xmlbundle -> framework, logger, logkit, component, pool, sourceresolve, store
  +* xmlbundle -> xmlutil, framework, logger, logkit, component, pool, sourceresolve, 
store
   * sourceresolve -> framework, pool
  
  
  

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

Reply via email to