Index: applications/editors/josm/plugins/ImportImagePlugin/.classpath
===================================================================
--- applications/editors/josm/plugins/ImportImagePlugin/.classpath	(revision 28964)
+++ applications/editors/josm/plugins/ImportImagePlugin/.classpath	(revision 28965)
@@ -2,5 +2,4 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
@@ -28,4 +27,5 @@
 	<classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-utilities-1.1.5.jar"/>
 	<classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-opengis-8.3.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/editors/josm/plugins/ImportImagePlugin/build.xml
===================================================================
--- applications/editors/josm/plugins/ImportImagePlugin/build.xml	(revision 28964)
+++ applications/editors/josm/plugins/ImportImagePlugin/build.xml	(revision 28965)
@@ -68,5 +68,5 @@
             <classpath>
                 <pathelement location="${josm}"/>
-                <fileset dir="lib">
+                <fileset dir="../log4j/lib">
                     <include name="**/*.jar"/>
                 </fileset>
@@ -91,5 +91,4 @@
 		<echo message="creating ${ant.project.name}.jar ... "/>
 		
-        <unjar src="lib/log4j-1.2.17.jar" dest="${plugin.build.dir}"/>
 		<copy todir="${plugin.build.dir}/images">
 			<fileset dir="images"/>
@@ -123,5 +122,5 @@
                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
                 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
-                <attribute name="Plugin-Requires" value="geotools"/>
+                <attribute name="Plugin-Requires" value="log4j, geotools"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
 			</manifest>
