jefft       02/04/20 22:45:44

  Modified:    .        depchecker.xml
  Log:
  When doing dep checks, only build the jars, not unit tests etc.
  
  Revision  Changes    Path
  1.18      +2 -2      jakarta-avalon-excalibur/depchecker.xml
  
  Index: depchecker.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/depchecker.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- depchecker.xml    18 Apr 2002 00:56:16 -0000      1.17
  +++ depchecker.xml    21 Apr 2002 05:45:43 -0000      1.18
  @@ -3,7 +3,7 @@
   <!--
   ============================================================
                   Dependency updater
  -                   Version $Revision: 1.17 $
  +                   Version $Revision: 1.18 $
              Jeff Turner <[EMAIL PROTECTED]>
   
   This Ant script provides "functions" to check if
  @@ -22,7 +22,7 @@
   
   <project name="dependencies" default="main" basedir=".">
       <!-- The target to call if ${proj.target} isn't specified -->
  -    <property name="default.target" value="dist.lite"/>
  +    <property name="default.target" value="dist-jar"/>
       <property name="nl" value="${line.separator}"/>
   
       <target name="main" depends="usage"/>
  
  
  

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

Reply via email to