leif        02/04/17 21:29:01

  Modified:    .        build.xml
  Log:
  Change build order so that the mega-jar build works from a clean build.
  
  Revision  Changes    Path
  1.154     +2 -2      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- build.xml 17 Apr 2002 00:09:12 -0000      1.153
  +++ build.xml 18 Apr 2002 04:29:01 -0000      1.154
  @@ -186,6 +186,7 @@
           
           <!-- Sub projects with dependencies. -->
           <ant dir="pool" target="jar"/>               <!-- collections, 
concurrent, instrument -->
  +        <ant dir="datasource" target="jar"/>         <!-- pool -->
           <ant dir="thread" target="jar"/>             <!-- lang, instrument, 
threadcontext, pool -->
           <ant dir="component" target="jar"/>          <!-- collections, 
logger, instrument, pool -->
           <ant dir="util" target="jar"/>               <!-- component -->
  @@ -194,7 +195,7 @@
           <ant dir="instrument-manager" target="jar"/> <!-- altrmi, 
collections, instrument, logger, pool, component -->
           <ant dir="instrument-client" target="jar"/>  <!-- instrument-manager 
-->
           
  -        <ant dir="all" target="all"/>                <!-- collections, 
concurrent, event, instrument -->
  +        <ant dir="all" target="all"/>                <!-- collections, 
concurrent, event, instrument, datasource -->
           
           <ant dir="baxter" target="jar"/>
           <ant dir="bzip2" target="jar"/>
  @@ -206,7 +207,6 @@
           <ant dir="naming" target="jar"/>
           <ant dir="tar" target="jar"/>
           <ant dir="zip" target="jar"/>
  -        <ant dir="datasource" target="jar"/>
   
           <jlink compress="false" outfile="excalibur-all-tmp.jar">
               <mergefiles>
  
  
  

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

Reply via email to