[Pkg-mozext-commits] [compactheader] 190/441: Drop support for Thunderbird 3.0 Add French translation and update of Italian translation Vertical toolbar cursor fix

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:57 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 fd804a7c18816b6f87e6c81d869917e27be6fa2f
Author: joachim.herb <none at none>
Date:   Thu Nov 18 19:44:14 2010 +0000

    Drop support for Thunderbird 3.0
    Add French translation and update of Italian translation
    Vertical toolbar cursor fix
---
 build.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/build.xml b/build.xml
index 1ab7085..2374cac 100644
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,6 @@
 
 <project name="CompactHeader" default="dist">
   <property name="src.dir" value="." />
-  <property name="CHT.dir" value="../../customizeHeaderToolbar/src" />
   <property name="dist.dir" value="../downloads/"/>
   <property name="AMOdist.dir" value="../AMO/"/>
   <property name="www.dir" value="../www/"/>
@@ -17,16 +16,10 @@
     <copy path="//em:id/text()" property="app.id"/>   
   </xmltask>
 
-  <target name="dist" depends="spreadVersion,copyCHT,buildAMO,buildMozdev">
+  <target name="dist" depends="spreadVersion,buildAMO,buildMozdev">
       
   </target>
 
-  <target name="copyCHT">
-    <copy todir="${src.dir}/chrome">
-      <fileset dir="${CHT.dir}/chrome"/>
-    </copy>
-  </target>
-  
   <target name="clean">
     <delete file="${dist.dir}/${app.name}-${app.version}.xpi" />
   </target>

-- 
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