mcconnell    2003/02/09 07:18:52

  Modified:    .        build.xml
  Log:
  Enable dependency checking.
  
  Revision  Changes    Path
  1.127     +4 -3      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- build.xml 9 Feb 2003 14:49:06 -0000       1.126
  +++ build.xml 9 Feb 2003 15:18:52 -0000       1.127
  @@ -77,8 +77,9 @@
                                   Dependency Check
       ===================================================================
       -->
  +
       &check-targets;
  -    <target name="test" depends="javamail-check,activation-check,junit-check"/>
  +    <target name="check-dependencies" 
depends="javamail-check,activation-check,junit-check"/>
   
       <!--
       ===================================================================
  @@ -93,7 +94,7 @@
       all targets
       ===================================================================
       -->
  -    <target name="prepare-common">
  +    <target name="prepare-common" depends="check-dependencies">
   
         <echo message="Preparing code"/>
   
  
  
  

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

Reply via email to