Revision: 6966 Author: [email protected] Date: Tue Nov 17 12:14:44 2009 Log: Spell out GWT in first line of Add-Ons menu.
Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=6966 Modified: /trunk/plugins/xpcom/install-template.rdf ======================================= --- /trunk/plugins/xpcom/install-template.rdf Mon Nov 9 06:14:18 2009 +++ /trunk/plugins/xpcom/install-template.rdf Tue Nov 17 12:14:44 2009 @@ -4,7 +4,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>[email protected]</em:id> - <em:name>GWT Developer Plugin for Firefox</em:name> + <em:name>Google Web Toolkit Developer Plugin for Firefox</em:name> <em:version>GWT_DEV_PLUGIN_VERSION</em:version> <em:type>2</em:type> <em:targetApplication> @@ -37,10 +37,12 @@ # replace default about dialog <em:aboutURL>chrome://gwt-dmp/content/about.xul</em:aboutURL> - # more platforms - any others? OS/ABI for FreeBSD? + # more platforms - any others? <em:targetPlatform>SunOS_sparc-sunc</em:targetPlatform> <em:targetPlatform>SunOS_x86-sunc</em:targetPlatform> <em:targetPlatform>SunOS_x86_64-sunc</em:targetPlatform> + <em:targetPlatform>FreeBSD_x86-gcc3</em:targetPlatform> + <em:targetPlatform>FreeBSD_x86_64-gcc3</em:targetPlatform> --> </Description> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
