Author: skitching Date: Sun Jan 22 19:20:15 2006 New Revision: 371451 URL: http://svn.apache.org/viewcvs?rev=371451&view=rev Log: Exclude LogFactoryImpl from adapters jar; it doesn't do any harm but will never be used as the default implementation is always loaded via the LogFactory classloader.
Modified: jakarta/commons/proper/logging/trunk/build.xml Modified: jakarta/commons/proper/logging/trunk/build.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=371451&r1=371450&r2=371451&view=diff ============================================================================== --- jakarta/commons/proper/logging/trunk/build.xml (original) +++ jakarta/commons/proper/logging/trunk/build.xml Sun Jan 22 19:20:15 2006 @@ -444,6 +444,7 @@ <include name="META-INF/LICENSE.txt"/> <include name="META-INF/NOTICE.txt"/> <exclude name="org/apache/commons/logging/impl/WeakHashtable*.class" /> + <exclude name="org/apache/commons/logging/impl/LogFactoryImpl.class" /> </jar> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]