You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by at...@apache.org on 2003/06/09 08:26:20 UTC

cvs commit: avalon-excalibur/logger build.xml

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org