1
0

Exclude LogFactoryImpl anonymous inner classes from adapter jar that shouldn't be included.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@426313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-07-27 23:05:22 +00:00
parent 915b5ec93e
commit 833ff6bead

View File

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