Index: applications/editors/josm/plugins/scripting/build.xml
===================================================================
--- applications/editors/josm/plugins/scripting/build.xml	(revision 25019)
+++ applications/editors/josm/plugins/scripting/build.xml	(revision 25071)
@@ -43,5 +43,4 @@
 	<path id="compile.path">
 		<pathelement location="${josm}"/>
-		<pathelement location="lib/groovy-all-1.7.7-SNAPSHOT.jar"/>
 	</path>
 
@@ -77,7 +76,14 @@
 		<copy todir="${plugin.build.dir}/images">
 			<fileset dir="images">
-				<include name="*.png" />
-			</fileset>
-		</copy>
+				<include name="**/*.png" />
+			</fileset>
+		</copy>
+
+		<copy todir="${plugin.build.dir}/resources">
+			<fileset dir="resources">
+				<include name="*" />
+			</fileset>
+		</copy>
+
 		<copy todir="${plugin.build.dir}/scripts">
 			<fileset dir="scripts">
