You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/12 05:17:35 UTC

cvs commit: avalon build.xml

niclas      2004/02/11 20:17:35

  Modified:    .        build.xml
  Log:
  top level build script was missing the new 'logging' module
  
  Revision  Changes    Path
  1.184     +4 -0      avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon/build.xml,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- build.xml	10 Dec 2003 12:56:17 -0000	1.183
  +++ build.xml	12 Feb 2004 04:17:35 -0000	1.184
  @@ -6,6 +6,7 @@
       <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="merlin" failonerror="true"/>
     </target>
  @@ -18,6 +19,9 @@
         <arg line="avalon:clean" />
       </exec>
       <exec executable="maven" dir="util" >
  +      <arg line="avalon:clean" />
  +    </exec>
  +    <exec executable="maven" dir="logging" >
         <arg line="avalon:clean" />
       </exec>
       <exec executable="maven" dir="repository" >
  
  
  

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