You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/07/28 01:05:23 UTC

svn commit: r426313 - /jakarta/commons/proper/logging/trunk/build.xml

Author: skitching
Date: Thu Jul 27 16:05:22 2006
New Revision: 426313

URL: http://svn.apache.org/viewvc?rev=426313&view=rev
Log:
Exclude LogFactoryImpl anonymous inner classes from adapter jar that shouldn't be included.

Modified:
    jakarta/commons/proper/logging/trunk/build.xml

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/build.xml?rev=426313&r1=426312&r2=426313&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Thu Jul 27 16:05:22 2006
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org