summaryrefslogtreecommitdiff
path: root/pcr/log4j-1.2/apache-log4j-build_fix.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-19 13:51:13 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:07 -0300
commit0a90b789c86fb3e817a9b91b917d6ac9fe63e227 (patch)
tree9db5674e4ac91b4d12873a2740c58e72662a47f2 /pcr/log4j-1.2/apache-log4j-build_fix.patch
parent05f2a770c58683c3790e04316976fda90203e7d6 (diff)
log4j-1.2: add new package to [pcr]
Diffstat (limited to 'pcr/log4j-1.2/apache-log4j-build_fix.patch')
-rw-r--r--pcr/log4j-1.2/apache-log4j-build_fix.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/pcr/log4j-1.2/apache-log4j-build_fix.patch b/pcr/log4j-1.2/apache-log4j-build_fix.patch
new file mode 100644
index 000000000..b59472b47
--- /dev/null
+++ b/pcr/log4j-1.2/apache-log4j-build_fix.patch
@@ -0,0 +1,32 @@
+--- 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:36:54.788784418 -0500
+@@ -167,12 +167,6 @@
+ <and>
+ <available classname="javax.management.MBeanInfo"
+ classpath="${jmx.jar}"/>
+- <available classname="com.sun.jdmk.comm.HtmlAdaptorServer">
+- <classpath>
+- <pathelement location="${jmx.jar}"/>
+- <pathelement location="${javaee-api.jar}"/>
+- </classpath>
+- </available>
+ </and>
+ </condition>
+ </target>
+@@ -497,7 +491,6 @@
+ protected="true"
+ author="true"
+ use="true"
+- overview="${docs.dest}/overview.html"
+ doctitle="log4j version ${version}&lt;br&gt;API Specification"
+ windowtitle="Log4j Version ${version}"
+ header='&lt;b&gt;Log4j ${version}&lt;/b&gt;&lt;!-- Licensed to the Apache Software Foundation (ASF) under one or more
+@@ -517,8 +510,6 @@
+ --&gt;'
+ bottom="Copyright 2000-2007 Apache Software Foundation.">
+
+- <link href="http://java.sun.com/j2se/1.3/docs/api/"/>
+- <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
+ <classpath refid="compile.classpath"/>
+ </javadoc>
+