Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1329 → Rev 1330

/mozilla/movetofolder/trunk/meta.xml
0,0 → 1,4
<meta>
<xpiName>movetofolder.xpi</xpiName>
</meta>
 
/mozilla/movetofolder/trunk/src/install.rdf
22,7 → 22,7
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/mozilla/movetofolder/</em:homepageURL>
<em:optionsURL>chrome://movetofolder/content/options.xul</em:optionsURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/update.rdf</em:updateURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/movetofolder/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
</Description>
</RDF>
/mozilla/movetofolder/trunk/bin/deploy.sh
1,17 → 1,13
#!/bin/sh
 
T="$1"
D="$(dirname $0)/.."
P=mozilla/movetofolder
N=movetofolder.xpi
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 web 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/$P/$N"
(cd "$D/src"; find . -not -path '*/.svn*' | zip -@ - ) > "$T/$P/$N"
. "$common_dir/deploy_subr"
 
cp "$D/update.rdf" "$T/$P"
 
/mozilla/movetofolder/trunk
Property changes:
Added: svn:ignore
+build
+meta_local.xml