blob: 7653ccb10dc64d3f119da73181da6897a6ac6f6e [file] [log] [blame]
jat@google.com134be542009-08-03 15:30:11 +00001<?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">
jat@google.com23181962009-09-03 22:22:56 +00006 <em:id>gwt-dmp-ff3@gwt.google.com</em:id>
jat@google.comb3bc4642009-08-15 13:34:47 +00007 <em:name>GWT Development Mode Plugin (XPCOM) for FF v3.x</em:name>
jat@google.com134be542009-08-03 15:30:11 +00008 <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>
jat@google.com5e86cbd2009-08-22 23:59:24 +000014 <em:maxVersion>3.3.*</em:maxVersion>
jat@google.com134be542009-08-03 15:30:11 +000015 </Description>
16 </em:targetApplication>
17
18 <!-- Front End MetaData -->
jat@google.com23181962009-09-03 22:22:56 +000019 <em:description>A plugin to support GWT development-mode in XPCOM-based browsers</em:description>
jat@google.com134be542009-08-03 15:30:11 +000020 <em:creator>Google, Inc.</em:creator>
21 <em:homepageURL>http://code.google.com/webtoolkit/</em:homepageURL>
jat@google.com23181962009-09-03 22:22:56 +000022 <em:iconURL>chrome://gwt-dmp/skin/icon.png</em:iconURL>
jat@google.com134be542009-08-03 15:30:11 +000023
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>
jat@google.com23181962009-09-03 22:22:56 +000028 <em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform>
29
30 <em:optionsURL>chrome://gwt-dmp/content/options.xul</em:optionsURL>
jat@google.com134be542009-08-03 15:30:11 +000031
32 <!-- TODO
jat@google.com134be542009-08-03 15:30:11 +000033
34 # replace default about dialog
jat@google.com23181962009-09-03 22:22:56 +000035 <em:aboutURL>chrome://gwt-dmp/content/about.xul</em:aboutURL>
jat@google.com134be542009-08-03 15:30:11 +000036
37 # updates, see http://developer.mozilla.org/en/docs/Extension_Versioning%2C_Update_and_Compatibility#Update_RDF_Format
38 <em:updateURL>https://xxx.google.com/.../update.rdf</em:updateURL>
39 <em:updateURL>http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/update.rdf</em:updateURL>
40
41 # platforms - any others?
jat@google.com134be542009-08-03 15:30:11 +000042 <em:targetPlatform>SunOS_sparc-sunc</em:targetPlatform>
43 <em:targetPlatform>SunOS_x86-sunc</em:targetPlatform>
44 -->
45
46 </Description>
47</RDF>