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 ca...@apache.org on 2008/03/28 17:33:29 UTC

svn commit: r642283 - /logging/log4cxx/trunk/src/ant/apr-util-build.xml

Author: carnold
Date: Fri Mar 28 09:33:20 2008
New Revision: 642283

URL: http://svn.apache.org/viewvc?rev=642283&view=rev
Log:
LOGCXX-230: Suppress compilation of generated apr-util/export_vars.c and exports.c

Modified:
    logging/log4cxx/trunk/src/ant/apr-util-build.xml

Modified: logging/log4cxx/trunk/src/ant/apr-util-build.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/ant/apr-util-build.xml?rev=642283&r1=642282&r2=642283&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/ant/apr-util-build.xml (original)
+++ logging/log4cxx/trunk/src/ant/apr-util-build.xml Fri Mar 28 09:33:20 2008
@@ -189,7 +189,7 @@
         debug="${debug}"
         projectsOnly="${projectsOnly}">
         <fileset dir="${src.dir}" includes="**/*.c"
-            excludes="test/*.c ldap/*.c xml/expat/lib/*"/>
+            excludes="test/*.c *.c ldap/*.c xml/expat/lib/*"/>
         <fileset dir="${src.dir}/xml/expat/lib"
             includes="xmlparse.c xmlrole.c xmltok.c"/>
         <fileset dir="${src.dir}/xml/expat/lib" includes="*.h"/>