Index: /applications/editors/josm/plugins/imagery-xml-bounds/build.xml
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/build.xml	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/build.xml	(revision 34076)
@@ -1,8 +1,8 @@
-﻿<?xml version="1.0" encoding="utf-8"?>
+﻿﻿<?xml version="1.0" encoding="utf-8"?>
 <project name="imagery-xml-bounds" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12671"/>
+    <property name="plugin.main.version" value="13434"/>
     
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java	(revision 34076)
@@ -21,5 +21,4 @@
 /**
  * @author kees
- * @date 12-jan-2006
  */
 public class XmlEditorKit extends StyledEditorKit {
Index: /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java	(revision 34076)
@@ -24,5 +24,4 @@
 import javax.swing.text.BadLocationException;
 
-
 /**
  * JTextPane implementation that can handle xml text. The IndentKeyListener
@@ -30,6 +29,4 @@
  *
  * @author kees
- * @date 27-jan-2006
- *
  */
 public class XmlTextPane extends JTextPane {
Index: /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java	(revision 34076)
@@ -42,6 +42,4 @@
  *
  * @author kees
- * @date 13-jan-2006
- *
  */
 public class XmlView extends PlainView {
Index: /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java	(revision 34076)
@@ -22,6 +22,4 @@
 /**
  * @author kees
- * @date 13-jan-2006
- *
  */
 public class XmlViewFactory extends Object implements ViewFactory {
Index: /applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java
===================================================================
--- /applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java	(revision 34075)
+++ /applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java	(revision 34076)
@@ -70,6 +70,6 @@
 
         @Override
-        protected int getNumDataLayers() {
-            int count = 0;
+        protected long getNumModifiableDataLayers() {
+            long count = 0;
             if (!MainApplication.isDisplayingMapView()) return 0;
             for (Layer layer : MainApplication.getLayerManager().getLayers()) {
@@ -82,5 +82,5 @@
 
         @Override
-        protected OsmDataLayer getFirstDataLayer() {
+        protected OsmDataLayer getFirstModifiableDataLayer() {
             if (!MainApplication.isDisplayingMapView()) return null;
             for (Layer layer : MainApplication.getLayerManager().getLayers()) {
