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/01/23 04:20:18 UTC

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

Author: skitching
Date: Sun Jan 22 19:20:15 2006
New Revision: 371451

URL: http://svn.apache.org/viewcvs?rev=371451&view=rev
Log:
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.

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

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=371451&r1=371450&r2=371451&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Sun Jan 22 19:20:15 2006
@@ -444,6 +444,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" />
     </jar>
   </target>
 



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