1
0

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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-23 03:20:15 +00:00
parent f8d25b3b92
commit 30be33c7a5

View File

@@ -444,6 +444,7 @@
<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" /> <exclude name="org/apache/commons/logging/impl/WeakHashtable*.class" />
<exclude name="org/apache/commons/logging/impl/LogFactoryImpl.class" />
</jar> </jar>
</target> </target>