[Pkg-mozext-commits] [compactheader] 211/441: Build setup for version 1.4.0

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:00 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 57ddb926f5f0cae4077e21a5d8d23c3ee347a439
Author: joachim <none at none>
Date:   Mon Jun 6 20:47:32 2011 +0200

    Build setup for version 1.4.0
---
 .hgignore   |  3 +++
 build.xml   | 18 ++++--------------
 install.rdf |  2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..5b87d2a
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,3 @@
+
+syntax: regexp
+^AMO$
\ No newline at end of file
diff --git a/build.xml b/build.xml
index eae362d..701d518 100644
--- a/build.xml
+++ b/build.xml
@@ -2,10 +2,10 @@
 
 <project name="CompactHeader" default="dist">
   <property name="src.dir" value="." />
-  <property name="dist.dir" value="../downloads/"/>
-  <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="mozdev.dir" value="${src.dir}/../CompactHeader_1_1_5"/>
+  <property name="dist.dir" value="${mozdev.dir}/downloads/"/>
+  <property name="AMOdist.dir" value="${src.dir}/AMO/"/>
+  <property name="www.dir" value="${mozdev.dir}/www/"/>
   <property name="mccoy.cmd" value='c:/Program Files (x86)/mccoy/mccoy.exe'/>
 
   <taskdef name="xmltask" classname="com.oopsconsultancy.xmltask.ant.XmlTask"/>
@@ -26,11 +26,6 @@
     
     
   <target name="buildAMO">
-    <!--
-    <replaceregexp file="${pref.file}" 
-                   byline="true"
-                   match="(.*)return.*( /\* Patch this line for AMO version \*/)"
-                   replace="\1return true; /* AMO version */\2"/> -->
     <copy file="${src.dir}/install.rdf" tofile="${AMOdist.dir}/install.rdf"/>
     <replaceregexp file="${AMOdist.dir}/install.rdf" 
                    byline="true"
@@ -51,11 +46,6 @@
   </target>
 
   <target name="buildMozdev">
-    <!--
-    <replaceregexp file="${pref.file}" 
-                   byline="true"
-                   match="(.*)return .*( /\* Patch this line for AMO version \*/)"
-                   replace="\1return false; /* Mozdev version */\2"/>-->
     <zip destfile="${dist.dir}/${app.name}-${app.version}.xpi">
       <fileset dir="${src.dir}">
         <include name="chrome.manifest" />
diff --git a/install.rdf b/install.rdf
index ba5feeb..07f11fb 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>1.4.0beta2</em:version>
+		<em:version>1.4.0</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>

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