Index: applications/editors/josm/plugins/mapillary/.classpath
===================================================================
--- applications/editors/josm/plugins/mapillary/.classpath	(revision 31201)
+++ applications/editors/josm/plugins/mapillary/.classpath	(revision 31202)
@@ -4,6 +4,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/home/nokutu/Dropbox/programacion/GSoC/josm/plugins/mapillary/lib/sanselan-0.97-incubator.jar"/>
-	<classpathentry kind="lib" path="/home/nokutu/.josm/plugins/commons-imaging.jar"/>
+	<classpathentry kind="lib" path="/home/nokutu/josm/dist/commons-imaging.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- applications/editors/josm/plugins/mapillary/build.xml	(revision 31201)
+++ applications/editors/josm/plugins/mapillary/build.xml	(revision 31202)
@@ -16,12 +16,5 @@
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="7777"/>
-    <property name="plugin.version" value="0.8.1"/>
-
-    <!-- Configure these properties (replace "..." accordingly).
-
-
-
-         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
-    -->
+    <property name="plugin.version" value="0.8.2"/>
     <property name="plugin.author" value="nokutu &lt;nokutu@openmailbox.org&gt;"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
@@ -40,14 +33,6 @@
     <import file="../build-common.xml"/>
     
-    <target name="compile" depends="init">
-		<echo message="compiling sources for  ${plugin.jar} ... "/>
-		<javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
-            <classpath>
-                <pathelement location="${josm}"/>
-                
-            </classpath>
-			<compilerarg value="-Xlint:deprecation"/>
-			<compilerarg value="-Xlint:unchecked"/>
-		</javac>
-	</target>
+    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
+        <include name="commons-imaging.jar"/>
+    </fileset>
 </project>
