Revision: 6365
Author: [email protected]
Date: Tue Oct 13 14:01:24 2009
Log: Fix typos, move Windows plugin installer to prebuilt directory.

Patch by: jat
Review by: jlabanca (desk)

http://code.google.com/p/google-web-toolkit/source/detail?r=6365

Added:
  /trunk/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi
Deleted:
  /trunk/plugins/ie/installer/GwtDevModeIePluginInstaller.msi
Modified:
  /trunk/plugins/MissingBrowserPlugin.html
  /trunk/plugins/ie/installer/build.xml
  /trunk/plugins/ie/oophm/oophm/oophm.rc
  /trunk/plugins/npapi/npOOPHM.rc

=======================================
--- /dev/null   
+++ /trunk/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi  Tue Oct 13  
14:01:24 2009
Binary file, no diff available.
=======================================
--- /trunk/plugins/ie/installer/GwtDevModeIePluginInstaller.msi Thu Oct  8  
12:28:52 2009
+++ /dev/null   
Binary file, no diff available.
=======================================
--- /trunk/plugins/MissingBrowserPlugin.html    Thu Oct  8 12:28:52 2009
+++ /trunk/plugins/MissingBrowserPlugin.html    Tue Oct 13 14:01:24 2009
@@ -33,9 +33,7 @@
    <br><i>note that some Linux
    distributions need a plugin built with alternate libraries which will be
    available soon</i>
-  <!--
    <li><a  
href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff3+.xpi";>Version
  
3.0 alternate libraries</a> (try this if the one above doesn't work on  
Linux, known to be needed on Fedora Core 10))
-  -->
    <li><a  
href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/gwt-dmp-ff35.xpi";>Version
  
3.5</a> (Win x86, Mac PPC/x86, Linux x86/x86_64)
   </ul>
   <br>
@@ -48,7 +46,7 @@
   <br>
   <li><b><font size="+1">Internet Explorer on Windows (32-bit IE)</font></b>
   <ul>
-   <li>Download and run the "<a  
href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/installer/GwtDevModeIePluginInstaller.msi";>GWT
  
Dev Mode Plugin for IE</a>" installer.
+   <li>Download and run the "<a  
href="http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/GwtDevModeIePluginInstaller.msi";>GWT
  
Dev Mode Plugin for IE</a>" installer.
   </ul>
  </ul>

=======================================
--- /trunk/plugins/ie/installer/build.xml       Thu Oct  8 12:28:52 2009
+++ /trunk/plugins/ie/installer/build.xml       Tue Oct 13 14:01:24 2009
@@ -42,7 +42,8 @@
      </exec>

      <echo message="Copying Windows Installer to installer directory" />
-    <copy file="${project.build}/${gwt.oophmIeInstallerName}"  
tofile="${gwt.oophmIeInstallerName}" />
+    <copy file="${project.build}/${gwt.oophmIeInstallerName}"
+      tofile="../prebuilt/${gwt.oophmIeInstallerName}" />
    </target>

  </project>
=======================================
--- /trunk/plugins/ie/oophm/oophm/oophm.rc      Thu Sep  3 15:22:56 2009
+++ /trunk/plugins/ie/oophm/oophm/oophm.rc      Tue Oct 13 14:01:24 2009
@@ -115,7 +115,7 @@
  BEGIN
      CONTROL         "Remember this decision for this  
server",IDC_REMEMBER_CHECKBOX,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,31,129,10
-    LTEXT           "This web server is trying to initiate a GWT  
Development\r\nMode Conncetion -- should it be  
allowed?",IDC_STATIC,10,7,167,19
+    LTEXT           "This web server is trying to initiate a GWT  
Development\r\nMode Connection -- should it be  
allowed?",IDC_STATIC,10,7,167,19
      PUSHBUTTON      "Allow",IDC_ALLOW_BUTTON,37,50,50,14
      DEFPUSHBUTTON   "Deny",IDCANCEL,100,50,50,14
  END
=======================================
--- /trunk/plugins/npapi/npOOPHM.rc     Fri Sep 11 16:24:58 2009
+++ /trunk/plugins/npapi/npOOPHM.rc     Tue Oct 13 14:01:24 2009
@@ -82,7 +82,7 @@
  BEGIN
      CONTROL         "Remember this decision for this  
server",IDC_REMEMBER_CHECKBOX,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,31,129,10
-    LTEXT           "This web server is trying to initiate a GWT  
Development\r\nMode Conncetion -- should it be  
allowed?",IDC_STATIC,10,7,167,19
+    LTEXT           "This web server is trying to initiate a GWT  
Development\r\nMode Connection -- should it be  
allowed?",IDC_STATIC,10,7,167,19
      PUSHBUTTON      "Allow",IDC_ALLOW_BUTTON,37,50,50,14
      DEFPUSHBUTTON   "Deny",IDCANCEL,100,50,50,14
  END

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to