summaryrefslogtreecommitdiff
path: root/pcr/log4j-1.2/apache-log4j-add_missing_classes.patch
blob: 215aabd3ebb919ffaaa5f55a6f828b8486fc19a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- apache-log4j-1.2.17.orig/build.xml	2012-05-06 06:00:28.000000000 -0500
+++ apache-log4j-1.2.17/build.xml	2015-09-19 12:28:05.401524127 -0500
@@ -430,7 +430,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">