--- a/dashboard/build.sh Tue May 17 11:26:19 2011 +0100
+++ b/dashboard/build.sh Sat May 28 12:37:59 2011 +0100
@@ -4,11 +4,8 @@
TARGET=dashboard
-# for minimal xpi file
-# zip -r ../$TARGET.xpi chrome install.rdf chrome.manifest
-
# to include the readme and build script etc.
touch $TARGET.xpi
rm $TARGET.xpi
-zip -r ../$TARGET.xpi *
+zip -r ../$TARGET.xpi install.rdf chrome.manifest chrome defaults readme.txt build.sh
mv ../$TARGET.xpi .
Binary file dashboard/dashboard.xpi has changed
--- a/dashboard/install.rdf Tue May 17 11:26:19 2011 +0100
+++ b/dashboard/install.rdf Sat May 28 12:37:59 2011 +0100
@@ -16,7 +16,7 @@
<em:creator>Dave Raggett</em:creator>
<em:description>A privacy assistant developed by W3C for the PrimeLife project</em:description>
<em:iconURL>chrome://dashboard-common/skin/cat-globe.png</em:iconURL>
- <em:homepageURL>http://code.w3.org/privacy-dashboard/wiki/WikiStart</em:homepageURL>
+ <em:homepageURL>http://code.w3.org/privacy-dashboard/</em:homepageURL>
<!--
<em:updateURL>http://code.w3.org/privacy-dashboard/browser/dashboard/update.rdf?format=txt</em:updateURL>
-->
@@ -24,8 +24,8 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
- <em:minVersion>3.0.3</em:minVersion>
- <em:maxVersion>4.6.*</em:maxVersion>
+ <em:minVersion>3.0.9</em:minVersion>
+ <em:maxVersion>5.0a2</em:maxVersion>
</Description>
</em:targetApplication>
</Description>