You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/10/01 09:46:23 UTC

cvs commit: avalon-excalibur/instrument-manager build.xml

leif        2003/10/01 00:46:23

  Modified:    instrument-manager build.xml
  Log:
  Add a missing dependency.
  
  Revision  Changes    Path
  1.47      +1 -0      avalon-excalibur/instrument-manager/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-manager/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml	1 Oct 2003 06:51:42 -0000	1.46
  +++ build.xml	1 Oct 2003 07:46:23 -0000	1.47
  @@ -40,6 +40,7 @@
       <target name="dependencies" description="Check dependencies" unless="skip.dependencies">
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFrameworkAPI"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFrameworkImpl"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
       </target>
   
  
  
  

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