ceki        2003/09/25 02:32:07

  Modified:    .        build.xml
  Log:
  
  Taking into account the new o.a.l.joran packages
  
  Revision  Changes    Path
  1.78      +4 -1      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- build.xml 23 Sep 2003 18:52:51 -0000      1.77
  +++ build.xml 25 Sep 2003 09:32:07 -0000      1.78
  @@ -447,6 +447,7 @@
       <jar jarfile="${jar.dest}/${log4j.jar}" basedir="${javac.dest}"
         includes="${stem}/*.class, ${stem}/xml/log4j.dtd,
                   org/apache/joran/**/*.class,
  +                ${stem}/joran/**/*.class,
                   ${stem}/config/*.class,
                   ${stem}/helpers/*.class,
                   ${stem}/spi/*.class,
  @@ -584,7 +585,9 @@
          org.apache.log4j.xml,
          org.apache.log4j.xml.examples,
          org.apache.joran,
  -       org.apache.joran.action"
  +       org.apache.joran.action,
  +       org.apache.log4j.joran,
  +       org.apache.log4j.joran.action"
        additionalparam="-breakiterator"
        version="true"
        protected="true"
  
  
  

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

Reply via email to