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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to