Revision: 6956 Author: [email protected] Date: Tue Nov 17 08:54:24 2009 Log: Go back to outrageously long URL for IE, fix typo.
Patch by: jat Review by: cramsdale (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6956 Modified: /trunk/plugins/MissingPlugin/war/MissingPlugin.html /trunk/plugins/MissingPlugin/war/WEB-INF/appengine-web.xml ======================================= --- /trunk/plugins/MissingPlugin/war/MissingPlugin.html Mon Nov 16 17:08:00 2009 +++ /trunk/plugins/MissingPlugin/war/MissingPlugin.html Tue Nov 17 08:54:24 2009 @@ -85,7 +85,7 @@ "safari-win" : { - "caption" : "Sorry, there is currently no GWT Developer Plugin for Safar on Windows", + "caption" : "Sorry, there is currently no GWT Developer Plugin for Safari on Windows", "url" : troubleshootingUrl, "supported" : false }, @@ -101,7 +101,7 @@ "ie" : { "caption" : "Download the GWT Developer Plugin<br>For Internet Explorer", - "url" : "https://dl-ssl.google.com/gwt/plugins/ie/gwt-dev-plugin.exe", + "url" : "https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe", "platforms" : "Win x86", "supported" : true }, ======================================= --- /trunk/plugins/MissingPlugin/war/WEB-INF/appengine-web.xml Mon Nov 16 17:14:30 2009 +++ /trunk/plugins/MissingPlugin/war/WEB-INF/appengine-web.xml Tue Nov 17 08:54:24 2009 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>gwt-dev-plugin-missing</application> - <version>3</version> + <version>4</version> <!-- Configure java.util.logging --> <system-properties> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
