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"/>


Reply via email to