Index: applications/editors/josm/plugins/videomapping/build.xml
===================================================================
--- applications/editors/josm/plugins/videomapping/build.xml	(revision 21586)
+++ applications/editors/josm/plugins/videomapping/build.xml	(revision 21616)
@@ -47,5 +47,4 @@
 	<property name="ant.build.javac.target" value="1.5"/>
 	<property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
-	<property name="vlcj"                  value="lib/vlcj-1.1f.jar"/>
 	<!--
     **********************************************************
@@ -67,7 +66,9 @@
 			<compilerarg value="-Xlint:deprecation"/>
 			<compilerarg value="-Xlint:unchecked"/>
-			<classpath>
-				<pathelement location="${vlcj}"/> <!--Add external library -->
-			</classpath>
+                        <classpath>
+                                <fileset dir="lib">
+                                        <include name="**/*.jar"/>
+                                </fileset>
+                        </classpath>
 		</javac>
 	</target>
