jefft       02/04/02 02:32:51

  Modified:    all      Tag: depchecking build.xml
  Log:
  Add a dep on the event component.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.122.2.5 +5 -0      jakarta-avalon-excalibur/all/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
  retrieving revision 1.122.2.4
  retrieving revision 1.122.2.5
  diff -u -r1.122.2.4 -r1.122.2.5
  --- build.xml 1 Apr 2002 11:57:26 -0000       1.122.2.4
  +++ build.xml 2 Apr 2002 10:32:51 -0000       1.122.2.5
  @@ -179,6 +179,11 @@
         <property name="proj.home" value="${basedir}/../instrument"/>
       </ant>
       <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkRequiredFile">
  +      <property name="name" value="excalibur-event.jar"/>
  +      <property name="path" value="${excalibur-event.jar}"/>
  +      <property name="proj.home" value="${basedir}/../event"/>
  +    </ant>
  +    <ant antfile="${depchecker.prefix}/depchecker.xml" 
target="checkRequiredFile">
         <property name="name" value="avalon-framework.jar"/>
         <property name="path" value="${avalon-framework.jar}"/>
         <!--
  
  
  

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

Reply via email to