Control: tag -1 patch

* Hilko Bengen:

> All of the missing classes are in the org/apache/log4j/pattern directory
> which is missing from the jar that ships with this package.

Apparently the build.xml file that is used to build the jar has not been
kept up-to-date. The patch below seems to fix the problem.

Cheers,
-Hilko

--- apache-log4j1.2.orig/build.xml
+++ apache-log4j1.2/build.xml
@@ -429,7 +429,9 @@
                    ${stem}/or/*.class,
                    ${stem}/or/sax/*.class,
                    ${stem}/or/jms/*.class,
-                   ${stem}/config/*.class"
+                   ${stem}/config/*.class
+                   ${stem}/pattern/*.class
+                   ${stem}/rewrite/*.class"
          excludes="**/UnitTest**">
                <manifest>
                        <section name="org/apache/log4j">


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to