Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1300 → Rev 1301

/firefox/selsearch/trunk/src/install.rdf
20,5 → 20,6
<em:description>Select a search engine to query from the context menu, add the search menu for text boxes</em:description>
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/selsearch</em:homepageURL>
<em:updateURL>https://www.26th.net/public/projects/selsearch/update.rdf</em:updateURL>
</Description>
</RDF>
/firefox/selsearch/trunk/bin/deploy.sh
0,0 → 1,15
#!/bin/sh
 
T="$1"
D="$(dirname $0)/.."
 
if [ -z "$T" ] ; then
echo "Need one parameter - the target dir" >> /dev/stderr
return 1
fi
 
rm "$T"
(cd "$D/src"; find . -not -path '*/.svn*' | zip -@ "$T/selsearch.xpi")
 
cp "$D/update.rdf" "$T"
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/firefox/selsearch/trunk/update.rdf
0,0 → 1,27
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
<Description about="urn:mozilla:extension:{58C3BCF4-A9A4-11DD-A2A9-4FD0196F0FEF}">
<em:updates>
<Seq>
<li>
<Description>
<em:version>1.2</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
<em:updateLink>https://www.26th.net/public/projects/selsearch/selsearch.xpi</em:updateLink>
</Description>
</em:targetApplication>
</Description>
</li>
</Seq>
</em:updates>
<em:version>1.2</em:version>
<em:updateLink>https://www.26th.net/public/projects/selsearch/selsearch.xpi</em:updateLink>
</Description>
</RDF>