1
0

Remove WeakHashtable classes from the commons-logging-adapters jarfile.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-20 00:39:11 +00:00
parent 056497f88a
commit 2812c29024

View File

@@ -431,6 +431,7 @@
<include name="org/apache/commons/logging/impl/**.class" /> <include name="org/apache/commons/logging/impl/**.class" />
<include name="META-INF/LICENSE.txt"/> <include name="META-INF/LICENSE.txt"/>
<include name="META-INF/NOTICE.txt"/> <include name="META-INF/NOTICE.txt"/>
<exclude name="org/apache/commons/logging/impl/WeakHashtable*.class" />
</jar> </jar>
</target> </target>