atagunov    2003/06/08 23:26:20

  Modified:    logger   build.xml
  Log:
  Exclude ServletLogger from compilation if servlet.jar not present.
  
  Revision  Changes    Path
  1.46      +2 -0      avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 31 May 2003 15:48:19 -0000      1.45
  +++ build.xml 9 Jun 2003 06:26:19 -0000       1.46
  @@ -225,6 +225,8 @@
                        unless="lf5.present"/>
               <exclude 
name="org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java"
                        unless="servlet.present"/>
  +            <exclude name="org/apache/avalon/excalibur/logger/ServletLogger.java"
  +                     unless="servlet.present"/>
               <exclude 
name="org/apache/avalon/excalibur/logger/factory/JMSTargetFactory.java"
                        unless="jms.present"/>
               <exclude 
name="org/apache/avalon/excalibur/logger/factory/JDBCTargetFactory.java"
  
  
  

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

Reply via email to