Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1424 → Rev 1425

/mozilla/movetofolder/trunk/src/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{ECB4E192-A9E3-11DD-BB8B-958E1A6F0FEF}</em:id>
<em:version>1.1</em:version>
<em:version>1.1.1</em:version>
<em:type>2</em:type>
 
<!-- thunderbird -->
13,7 → 13,7
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2</em:minVersion>
<em:maxVersion>2.0.0.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
20,9 → 20,8
<em:name>MoveToFolder</em:name>
<em:description>Move selected messages to configured folder</em:description>
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/mozilla/movetofolder/</em:homepageURL>
<em:homepageURL>https://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/movetofolder/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
<em:updateURL>https://www.26th.net/public/projects/mozilla/movetofolder/update.rdf</em:updateURL>
</Description>
</RDF>
/mozilla/common/deploy/deploy_subr
18,23 → 18,11
echo "webDir not defined in meta.xml" >> /dev/stderr
exit 2
fi
if [ -z "$META_keyDir" ] ; then
echo "keyDir not defined in meta.xml" >> /dev/stderr
exit 2
fi
if [ -z "$META_spockExec" ] ; then
echo "spock not defined in meta.xml" >> /dev/stderr
exit 2
fi
if [ -z "$META_id" ] ; then
echo "id of the exception is unknown" >> /dev/stderr
exit 2
fi
 
# convert paths to abs
[ -z "${META_keyDir%%/*}" ] || META_keyDir="$project_dir/$META_keyDir"
[ -z "${META_spockExec%%/*}" ] || META_spockExec="$project_dir/$META_spockExec"
 
# cleanup
mkdir -p "$build_dir"
rm -f "$build_dir"/*
42,13 → 30,8
(cd "$project_dir/src"; find . -not -path '*/.svn*' | zip -q -@ "$build_dir/$META_xpiName" )
 
xsltproc --stringparam dir "$project_dir" "$common_dir/update.xsl" "$project_dir/src/install.rdf" \
> "$build_dir/update.rdf_unsigned"
> "$build_dir/update.rdf"
 
"$META_spockExec" "$build_dir/update.rdf_unsigned" -i "urn:mozilla:extension:$META_id" \
-d "$META_keyDir" -f "$build_dir/$META_xpiName" \
> "$build_dir/update.rdf" \
&& rm "$build_dir/update.rdf_unsigned"
 
case "$META_deployMethod" in
scp)
scp "$build_dir"/* "$META_webDir"
/mozilla/common/deploy/update.xsl
33,7 → 33,6
<em:minVersion><xsl:value-of select="r:Description/em:minVersion" /></em:minVersion>
<em:maxVersion><xsl:value-of select="r:Description/em:maxVersion" /></em:maxVersion>
<em:updateLink><xsl:copy-of select="$updateLink" /></em:updateLink>
<em:updateHash></em:updateHash>
</r:Description>
</em:targetApplication>
</xsl:for-each>
43,7 → 42,6
</em:updates>
<em:version><xsl:value-of select="em:version" /></em:version>
<em:updateLink><xsl:copy-of select="$updateLink" /></em:updateLink>
<em:updateHash></em:updateHash>
</r:Description>
</xsl:for-each>
</r:RDF>
/mozilla/nomodal/trunk/src/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{f4b488a5-3c73-4e28-b0c9-e03c9a71af65}</em:id>
<em:version>1.0</em:version>
<em:version>1.0.1</em:version>
<em:type>2</em:type>
 
<!-- firefox -->
13,7 → 13,7
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5.0</em:minVersion>
<em:maxVersion>4.0.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
20,8 → 20,7
<em:name>NoModal</em:name>
<em:description>JS and HTTP auth dialogs are modal inside one tab only</em:description>
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/mozilla/nomodal/</em:homepageURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/nomodal/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
<em:homepageURL>https://www.26th.net/public/projects/mozilla/nomodal/</em:homepageURL>
<em:updateURL>https://www.26th.net/public/projects/mozilla/nomodal/update.rdf</em:updateURL>
</Description>
</RDF>
/mozilla/selsearch/trunk/src/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{58C3BCF4-A9A4-11DD-A2A9-4FD0196F0FEF}</em:id>
<em:version>1.4</em:version>
<em:version>1.4.1</em:version>
<em:type>2</em:type>
 
<!-- firefox -->
13,7 → 13,7
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3</em:minVersion>
<em:maxVersion>3.5.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
20,8 → 20,7
<em:name>SelSearch</em:name>
<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/selsearch/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
<em:homepageURL>https://www.26th.net/public/projects/mozilla/selsearch/</em:homepageURL>
<em:updateURL>https://www.26th.net/public/projects/mozilla/selsearch/update.rdf</em:updateURL>
</Description>
</RDF>
/mozilla/latrus/trunk/src/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{442BFBA6-ADD9-11DD-BDE2-BC5D1A6F0FEF}</em:id>
<em:version>1.2</em:version>
<em:version>1.2.1</em:version>
<em:type>2</em:type>
 
<!-- firefox -->
13,7 → 13,7
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3</em:minVersion>
<em:maxVersion>3.5.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
22,7 → 22,7
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2</em:minVersion>
<em:maxVersion>2.0.0.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
29,8 → 29,7
<em:name>LatRus</em:name>
<em:description>Convert latin characters to russian ones on-the-fly</em:description>
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/mozilla/latrus/</em:homepageURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/latrus/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
<em:homepageURL>https://www.26th.net/public/projects/mozilla/latrus/</em:homepageURL>
<em:updateURL>https://www.26th.net/public/projects/mozilla/latrus/update.rdf</em:updateURL>
</Description>
</RDF>
/mozilla/pixeled/trunk/src/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{e00a6ec9-6ce4-4ab8-a6b1-886dced500c3}</em:id>
<em:version>1.1</em:version>
<em:version>1.1.1</em:version>
<em:type>2</em:type>
 
<!-- firefox -->
13,7 → 13,7
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3</em:minVersion>
<em:maxVersion>3.5.*</em:maxVersion>
<em:maxVersion>3.9.*</em:maxVersion>
</Description>
</em:targetApplication>
 
20,8 → 20,7
<em:name>Pixeled</em:name>
<em:description>Zoom images and whole pages without antialiasing</em:description>
<em:creator>Anatoli Klassen</em:creator>
<em:homepageURL>http://www.26th.net/public/projects/mozilla/pixeled/</em:homepageURL>
<em:updateURL>http://www.26th.net/public/projects/mozilla/pixeled/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey>
<em:homepageURL>https://www.26th.net/public/projects/mozilla/pixeled/</em:homepageURL>
<em:updateURL>https://www.26th.net/public/projects/mozilla/pixeled/update.rdf</em:updateURL>
</Description>
</RDF>
/mozilla/pixeled/trunk
Property changes:
Added: svn:ignore
+build
+meta_local.xml