~brad/mono/trunk

« back to all changes in this revision

Viewing changes to MoonAtkBridge/patches/moonlight-a11y-core-extension.diff

  • Committer: stshaw
  • Date: 2010-02-23 19:31:50 UTC
  • Revision ID: svn-v4:e3ebcda4-bce8-0310-ba0a-eca2169e7518:trunk/uia2atk:152287
2010-02-23  Stephen Shaw <sshaw@decriptor.com>

        * install.rdf.in: Changed the moonlight plugin name and required
        versions for both moonlight and firefox.  Added updateURL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: plugin/install/install.rdf.in
 
2
===================================================================
 
3
--- plugin/install/install.rdf.in       (revision 152284)
 
4
+++ plugin/install/install.rdf.in       (working copy)
 
5
@@ -1,15 +1,17 @@
 
6
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
7
   <Description about="urn:mozilla:install-manifest">
 
8
-    <em:id>moonlight@novell.com</em:id>
 
9
-    <em:name>Novell Moonlight</em:name>
 
10
+    <em:id>moonlight-a11y-core@novell.com</em:id>
 
11
+    <em:name>Novell Moonlight with Accessibility Support</em:name>
 
12
     <em:version>@VERSION@</em:version>
 
13
     <em:description>The open source implementation of Microsoft Silverlight</em:description>
 
14
     <em:iconURL>chrome://moonlight/skin/icon.png</em:iconURL>
 
15
-    <em:updateURL>http://go-mono.com/archive/moonlight-plugins/updates/update-@SL_PROFILE@-@INSTALL_ARCH@.rdf</em:updateURL>
 
16
+    <em:updateURL>http://mono-a11y.org/archive/moonlight-plugins/updates/update-@SL_PROFILE@-@INSTALL_ARCH@.rdf</em:updateURL>
 
17
+<!-- Disabling for now
 
18
     <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCi8rEWjKukJk4igOKjOU3RLj3vri9pff1znkb12M4N6
 
19
                   irBv4vbTSBjjrDOzOOB+g6C/fAP8LsFCDHgqmXmRbsCxAycED/TKzbevpTkX0ywlUL6nfVwegwQMclzP5
 
20
                   rjxQ1fXagEg2+6S4SlGVZnj8jXCybdz+giz53M5QeoaacuFwIDAQAB
 
21
     </em:updateKey>
 
22
+-->
 
23
 
 
24
     <em:homepageURL>http://mono-project.com/Moonlight</em:homepageURL>
 
25
     <em:creator>Mono Team</em:creator>
 
26
@@ -34,23 +36,9 @@
 
27
     <em:targetApplication> <!-- Firefox -->
 
28
       <Description>
 
29
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
30
-        <em:minVersion>@MIN_FIREFOX_VERSION@</em:minVersion>
 
31
-        <em:maxVersion>@MAX_FIREFOX_VERSION@</em:maxVersion>
 
32
+        <em:minVersion>3.5</em:minVersion>
 
33
+        <em:maxVersion>3.5.*</em:maxVersion>
 
34
       </Description>
 
35
     </em:targetApplication>
 
36
-    <em:targetApplication><!-- SeaMonkey -->
 
37
-      <Description>
 
38
-        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
 
39
-        <em:minVersion>2.0b1</em:minVersion>
 
40
-        <em:maxVersion>2.0.*</em:maxVersion>
 
41
-      </Description>
 
42
-    </em:targetApplication>
 
43
-    <em:targetApplication><!–- Fennec -–>
 
44
-      <Description>
 
45
-        <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
 
46
-        <em:minVersion>0.8</em:minVersion>
 
47
-        <em:maxVersion>1.0.*</em:maxVersion>
 
48
-      </Description>
 
49
-    </em:targetApplication>
 
50
   </Description>
 
51
 </RDF>