[Pkg-mozext-commits] [compactheader] 100/441: New version: 1.0.0 Fix bug in linkification of subject

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 18569d36f19e61f05f2ab691d151bda1e99664f1
Author: joachim.herb <none at none>
Date:   Sat Nov 28 00:36:28 2009 +0000

    New version: 1.0.0
    Fix bug in linkification of subject
---
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index b830f6d..1ab7085 100644
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
   <property name="AMOdist.dir" value="../AMO/"/>
   <property name="www.dir" value="../www/"/>
   <property name="pref.file" value="${src.dir}/chrome/CompactHeader/content/preferences.js"/>
-  <property name="mccoy.cmd" value="c:/Program Files/mccoy/mccoy/mccoy.exe"/>
+  <property name="mccoy.cmd" value='c:/Program Files (x86)/mccoy/mccoy.exe'/>
 
   <taskdef name="xmltask" classname="com.oopsconsultancy.xmltask.ant.XmlTask"/>
     
@@ -75,6 +75,7 @@
     </zip>
     <xmltask source="${www.dir}/update.rdf" dest="${www.dir}/update.rdf.new">
       <replace path="/RDF:RDF/RDF:Description/@em:version" withText="${app.version}"/> 
+      <replace path="/RDF:RDF/RDF:Description/@em:updateLink" withText="http://downloads.mozdev.org/compactheader/CompactHeader-${app.version}.xpi"/> 
     </xmltask>
     <move file="${www.dir}/update.rdf.new" tofile="${www.dir}/update.rdf"/>
     <property name="absUpdate" location="${www.dir}/update.rdf"/>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list