Author: skitching
Date: Thu Jan 19 16:39:11 2006
New Revision: 370685
URL: http://svn.apache.org/viewcvs?rev=370685&view=rev
Log:
Remove WeakHashtable classes from the commons-logging-adapters jarfile.
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=370685&r1=370684&r2=370685&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Thu Jan 19 16:39:11 2006
@@ -431,6 +431,7 @@
<include name="org/apache/commons/logging/impl/**.class" />
<include name="META-INF/LICENSE.txt"/>
<include name="META-INF/NOTICE.txt"/>
+ <exclude name="org/apache/commons/logging/impl/WeakHashtable*.class" />
</jar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]