Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1329 → Rev 1330

/mozilla/selsearch/trunk/meta.xml
0,0 → 1,4
<meta>
<xpiName>selsearch.xpi</xpiName>
</meta>
 
/mozilla/selsearch/trunk/src/install.rdf
21,7 → 21,7
<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/mozilla/selsearch/</em:homepageURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/update.rdf</em:updateURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/selsearch/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
</Description>
</RDF>
/mozilla/selsearch/trunk/bin/deploy.sh
1,15 → 1,13
#!/bin/sh
 
T="$1"
D="$(dirname $0)/.."
project_dir=$(dirname $0)"/.."
project_dir=$(cd "$project_dir"; pwd)
common_dir="$project_dir/../../common/deploy"
 
if [ -z "$T" ] ; then
echo "Need one parameter - the target dir" >> /dev/stderr
return 1
if [ ! -d "$common_dir" ] ; then
echo "Common dir '$common_dir' not found" >> /dev/stderr
exit 1
fi
 
rm -f "$T/selsearch.xpi"
(cd "$D/src"; find . -not -path '*/.svn*' | zip -@ "$T/selsearch.xpi")
. "$common_dir/deploy_subr"
 
cp "$D/update.rdf" "$T"
 
/mozilla/selsearch/trunk
Property changes:
Added: svn:ignore
+build
+meta_local.xml