Index: /applications/editors/josm/plugins/apache-commons/.classpath
===================================================================
--- /applications/editors/josm/plugins/apache-commons/.classpath	(revision 31713)
+++ /applications/editors/josm/plugins/apache-commons/.classpath	(revision 31714)
@@ -4,5 +4,4 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: /applications/editors/josm/plugins/apache-commons/build.xml
===================================================================
--- /applications/editors/josm/plugins/apache-commons/build.xml	(revision 31713)
+++ /applications/editors/josm/plugins/apache-commons/build.xml	(revision 31714)
@@ -14,11 +14,9 @@
 	<property name="josm" location="../../core/dist/josm-custom.jar"/>
 	<property name="plugin.dist.dir" value="../../dist"/>
-    <property name="plugin.requires" value="log4j"/>
+    <!--<property name="plugin.requires" value=""/>-->
     <property name="plugin.stage" value="10"/>
 
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
-
-	<property name="log4j" location="${plugin.dist.dir}/log4j.jar"/>
 
     <!--
@@ -41,12 +39,7 @@
         <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
             <exclude name="**/org/apache/commons/lang3/**" />
-            <exclude name="**/org/apache/commons/logging/impl/AvalonLogger.java" />
-            <exclude name="**/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java" />
-            <exclude name="**/org/apache/commons/logging/impl/LogKitLogger.java" />
-            <exclude name="**/org/apache/commons/logging/impl/ServletContextCleaner.java" />
             <classpath>
                 <pathelement path="${plugin.build.dir}"/>
                 <pathelement location="${josm}"/>
-                <pathelement location="${log4j}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
