You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2002/09/30 23:50:28 UTC

cvs commit: jakarta-avalon-excalibur depchecker.xml

crafterm    2002/09/30 14:50:28

  Modified:    .        depchecker.xml
  Log:
  Added CLI to depchecker
  
  Revision  Changes    Path
  1.43      +8 -1      jakarta-avalon-excalibur/depchecker.xml
  
  Index: depchecker.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/depchecker.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- depchecker.xml	31 Aug 2002 08:53:19 -0000	1.42
  +++ depchecker.xml	30 Sep 2002 21:50:28 -0000	1.43
  @@ -340,6 +340,13 @@
               <property name="proj.home" value="${basedir}/../i18n"/>
           </ant>
       </target>
  +    <target name="checkCli">
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="proj.jar.name" value="excalibur-cli-1.0.jar"/>
  +            <property name="path" value="${excalibur-cli.jar}"/>
  +            <property name="proj.home" value="${basedir}/../cli"/>
  +        </ant>
  +    </target>
       <target name="checkInstrument">
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
               <property name="proj.jar.name" value="excalibur-instrument-0.3.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>