jat@google.com | 134be54 | 2009-08-03 15:30:11 +0000 | [diff] [blame^] | 1 | <?xml version="1.0"?> |
| 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
| 4 | |
| 5 | <Description about="urn:mozilla:install-manifest"> |
| 6 | <em:id>oophm-xpcom-ff3@gwt.google.com</em:id> |
| 7 | <em:name>GWT Hosted Mode Plugin (XPCOM) for FF v3.x</em:name> |
| 8 | <em:version>GWT_OOPHM_VERSION</em:version> |
| 9 | <em:type>2</em:type> |
| 10 | <em:targetApplication> |
| 11 | <Description> |
| 12 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
| 13 | <em:minVersion>3</em:minVersion> |
| 14 | <em:maxVersion>3.*</em:maxVersion> |
| 15 | </Description> |
| 16 | </em:targetApplication> |
| 17 | |
| 18 | <!-- Front End MetaData --> |
| 19 | <em:description>A plugin to support hosted-mode development of GWT applications</em:description> |
| 20 | <em:creator>Google, Inc.</em:creator> |
| 21 | <em:homepageURL>http://code.google.com/webtoolkit/</em:homepageURL> |
| 22 | <em:iconURL>chrome://gwt-oophm/skin/icon.png</em:iconURL> |
| 23 | |
| 24 | <em:targetPlatform>Linux_x86-gcc3</em:targetPlatform> |
| 25 | <em:targetPlatform>Linux_x86_64-gcc3</em:targetPlatform> |
| 26 | <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform> |
| 27 | <em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform> |
| 28 | |
| 29 | <!-- TODO |
| 30 | # prefs dialog |
| 31 | |
| 32 | # replace default about dialog |
| 33 | <em:aboutURL>chrome://gwt-oophm/content/about.xul</em:aboutURL> |
| 34 | |
| 35 | # updates, see http://developer.mozilla.org/en/docs/Extension_Versioning%2C_Update_and_Compatibility#Update_RDF_Format |
| 36 | <em:updateURL>https://xxx.google.com/.../update.rdf</em:updateURL> |
| 37 | <em:updateURL>http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/update.rdf</em:updateURL> |
| 38 | |
| 39 | # platforms - any others? |
| 40 | <em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform> |
| 41 | <em:targetPlatform>SunOS_sparc-sunc</em:targetPlatform> |
| 42 | <em:targetPlatform>SunOS_x86-sunc</em:targetPlatform> |
| 43 | --> |
| 44 | |
| 45 | </Description> |
| 46 | </RDF> |