blob: 29b66d02e8651298bb20329b5b6c23892e14a12b [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-ff2@gwt.google.com</em:id>
jat@google.comb3bc4642009-08-15 13:34:47 +00007 <em:name>GWT Development Mode Plugin (XPCOM) for FF v1.5-2.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>1.5</em:minVersion>
14 <em:maxVersion>2.*</em:maxVersion>
15 </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>Darwin_x86-gcc3</em:targetPlatform>
jat@google.com23181962009-09-03 22:22:56 +000027 <em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform>
28
29 <em:optionsURL>chrome://gwt-dmp/content/options.xul</em:optionsURL>
jat@google.com134be542009-08-03 15:30:11 +000030
31 <!-- TODO
jat@google.com134be542009-08-03 15:30:11 +000032
33 # replace default about dialog
jat@google.com23181962009-09-03 22:22:56 +000034 <em:aboutURL>chrome://gwt-dmp/content/about.xul</em:aboutURL>
jat@google.com134be542009-08-03 15:30:11 +000035
36 # updates, see http://developer.mozilla.org/en/docs/Extension_Versioning%2C_Update_and_Compatibility#Update_RDF_Format
37 <em:updateURL>https://xxx.google.com/.../update.rdf</em:updateURL>
38 <em:updateURL>http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/update.rdf</em:updateURL>
39
40 # platforms - any others?
41 <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
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>