You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by af...@apache.org on 2006/08/13 19:44:00 UTC

svn commit: r431200 - /logging/log4cxx/trunk/build.xml

Author: afester
Date: Sun Aug 13 10:43:59 2006
New Revision: 431200

URL: http://svn.apache.org/viewvc?rev=431200&view=rev
Log:
LOGCXX-147: reflect removal of apr-util-1.2.2.patch in build.xml

Modified:
    logging/log4cxx/trunk/build.xml

Modified: logging/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=431200&r1=431199&r2=431200&view=diff
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Sun Aug 13 10:43:59 2006
@@ -536,9 +536,6 @@
         <param name="module" value="apr-util"/>
         <param name="module.version" value="${aprutil.version}"/>
     </antcall>
-    <patch patchfile="${base.dir}/apr-util-${aprutil.version}.patch"
-           dir="${lib.dir}/apr-util-${aprutil.version}"
-           strip="0"/>
     <chmod file="${lib.dir}/apr-util-${aprutil.version}/xml/expat/configure"
            perm="u+x"/>