added update rdf
authorjkkn <jkkn>
Wed, 17 Oct 2007 09:05:10 +0000 (09:05 +0000)
committerjkkn <jkkn>
Wed, 17 Oct 2007 09:05:10 +0000 (09:05 +0000)
webroot/update.rdf [new file with mode: 0644]

diff --git a/webroot/update.rdf b/webroot/update.rdf
new file mode 100644 (file)
index 0000000..840b3cc
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+
+  <RDF:Description about="urn:mozilla:extension:{17AB1CC5-F137-4697-9E48-D8C49AFC3B77}">
+    <em:updates>
+      <RDF:Seq>
+
+        <RDF:li>
+          <RDF:Description>
+              <em:version>${VERSION}</em:version>
+
+            <em:targetApplication>
+              <RDF:Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>1.5</em:minVersion>
+                <em:maxVersion>2.0.0.*</em:maxVersion>
+                <em:updateLink>http://jkkn.dk/tv2developer/tv2developer.xpi</em:updateLink>
+                <em:updateInfoURL>http://jkkn.dk/tv2developer/</em:updateInfoURL>
+              </RDF:Description>
+            </em:targetApplication>
+          </RDF:Description>
+        </RDF:li>
+
+      </RDF:Seq>
+    </em:updates>
+
+  </RDF:Description>
+</RDF:RDF>