niclas      2004/02/11 20:17:45

  Modified:    .        build.xml
  Log:
  top level build script was missing the new 'logging' module
  
  Revision  Changes    Path
  1.185     +1 -1      avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/build.xml,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- build.xml 12 Feb 2004 04:17:35 -0000      1.184
  +++ build.xml 12 Feb 2004 04:17:45 -0000      1.185
  @@ -6,8 +6,8 @@
       <exec executable="maven" dir="framework" failonerror="true"/>
       <exec executable="maven" dir="meta" failonerror="true"/>
       <exec executable="maven" dir="util" failonerror="true"/>
  -    <exec executable="maven" dir="logging" failonerror="true"/>
       <exec executable="maven" dir="repository" failonerror="true"/>
  +    <exec executable="maven" dir="logging" failonerror="true"/>
       <exec executable="maven" dir="merlin" failonerror="true"/>
     </target>
     
  
  
  

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

Reply via email to