You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by sd...@apache.org on 2003/10/27 23:15:23 UTC

cvs commit: jakarta-log4j build.xml

sdeboy      2003/10/27 14:15:23

  Modified:    .        build.xml
  Log:
  corrected build script to not build new expressionfilter in varia package - it is now built in the chainsaw build step.
  
  Revision  Changes    Path
  1.79      +2 -1      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	25 Sep 2003 09:32:07 -0000	1.78
  +++ build.xml	27 Oct 2003 22:15:23 -0000	1.79
  @@ -203,6 +203,7 @@
                       ${stem}/jmx/*.java,
                       ${stem}/chainsaw/**/*.java,
                       ${stem}/varia/Log4JAvalonLogger.java,
  +                    ${stem}/varia/ExpressionFilter.java,
                       ${stem}/or/jms/*.java"
           deprecation="${deprecation}"
         debug="on">
  @@ -303,7 +304,7 @@
       <javac deprecation="${deprecation}"
              srcdir="${java.source.dir}"
        destdir="${javac.dest}"
  -     includes="${stem}/chainsaw/**/*.java"
  +     includes="${stem}/chainsaw/**/*.java,${stem}/varia/ExpressionFilter.java"
              excludes="">
         <classpath refid="compile.classpath"/>
         <classpath path="${regexp.oro.jar}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-dev-help@jakarta.apache.org