Backout 30bfb150da06 (bug 449315) due to unit test timeouts.
[wine-gecko.git] / extensions / widgetutils / install.rdf
blob8f0323efcf2f5ea069e2c8adca5323900fbe998f
1 <?xml version="1.0"?>
3 #filter substitution
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7 <Description about="urn:mozilla:install-manifest">
8 <em:id>widgetutils@extensions.mozilla.org</em:id>
9 <em:version>@EXTENSION_VERSION@</em:version>
11 #ifdef EM_ABI
12 <em:targetPlatform>@EM_ABI@</em:targetPlatform>
13 #endif
15 <em:targetApplication>
16 <!-- Firefox -->
17 <Description>
18 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
19 <em:minVersion>@FIREFOX_VERSION@</em:minVersion>
20 <em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
21 </Description>
22 </em:targetApplication>
24 <em:targetApplication>
25 <!-- Thunderbird -->
26 <Description>
27 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
28 <em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
29 <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
30 </Description>
31 </em:targetApplication>
33 <!-- front-end metadata -->
34 <em:name>WidgetUtils service</em:name>
35 <em:description>Provide scrolling by mouse feature.</em:description>
36 <em:creator>mozilla.org</em:creator>
37 <em:contributor>Oleg Romashin &lt;romaxa@gmail.com&gt;</em:contributor>
38 <em:homepageURL>http://hg.mozilla.org</em:homepageURL>
39 </Description>
40 </RDF>