Index: dist/ImageryCache.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: plugins/ElevationProfile/build.xml
===================================================================
--- plugins/ElevationProfile/build.xml	(revision 31084)
+++ plugins/ElevationProfile/build.xml	(working copy)
@@ -3,7 +3,7 @@
     <!-- enter the SVN commit message -->
     <property name="commit.message" value="[josm_elevationprofile]"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="7886"/>
+    <property name="plugin.main.version" value="8168"/>
     
     <!-- Configure these properties (replace "..." accordingly).
          See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Index: plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java
===================================================================
--- plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java	(revision 31084)
+++ plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java	(working copy)
@@ -48,6 +48,11 @@
             public Tile getTile() {
                 return tile;
             }
+
+			@Override
+			public void submit() {
+				run();
+			}
         };
     }
 
