Author: carnold Date: Thu Jul 27 06:34:20 2006 New Revision: 426069 URL: http://svn.apache.org/viewvc?rev=426069&view=rev Log: Bug 24159: Migrate concurrent package from sandbox to trunk
Modified: logging/log4j/trunk/build.xml Modified: logging/log4j/trunk/build.xml URL: http://svn.apache.org/viewvc/logging/log4j/trunk/build.xml?rev=426069&r1=426068&r2=426069&view=diff ============================================================================== --- logging/log4j/trunk/build.xml (original) +++ logging/log4j/trunk/build.xml Thu Jul 27 06:34:20 2006 @@ -728,7 +728,8 @@ ${stem}/or/sax/*.class, ${stem}/varia/*.class, ${stem}/plugins/*.class, - ${stem}/config/*.class" + ${stem}/config/*.class, + ${stem}/concurrent/*.class" excludes="**/UnitTest**, ${stem}/xml/Log4jEntityResolver.class, ${stem}/xml/UtilLoggingEntityResolver.class, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]