Index: /applications/editors/josm/plugins/slippymap/build.xml
===================================================================
--- /applications/editors/josm/plugins/slippymap/build.xml	(revision 24490)
+++ /applications/editors/josm/plugins/slippymap/build.xml	(revision 24491)
@@ -27,6 +27,6 @@
 <project name="slippymap" default="dist" basedir=".">
 
-	<property name="commit.message" value="Added haiti imagery tile source" />
-	<property name="plugin.main.version" value="3602" />
+	<property name="commit.message" value="publish the bing imagery support (was added by yellowbkpk); change bing attribution link temporarily to comply with ToU" />
+	<property name="plugin.main.version" value="3687" />
 
 	<property name="josm"                   location="../../core/dist/josm-custom.jar"/>
Index: /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java
===================================================================
--- /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java	(revision 24490)
+++ /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java	(revision 24491)
@@ -407,5 +407,8 @@
         
         public String getAttributionLinkURL() {
-            return "http://bing.com/maps";
+            //return "http://bing.com/maps"
+            // FIXME: I've set attributionLinkURL temporarily to ToU URL to comply with bing ToU 
+            // (the requirement is that we have such a link at the bottom of the window)
+            return "http://go.microsoft.com/?linkid=9710837"; 
         }
         
