[Pkg-mozext-commits] [sage-extension] 29/49: Getting ant build from trunk and updating maxVersion

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:54 UTC 2015


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

taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.

commit da3869e2a05b2095c2d43411e92dd2aa582f8fa9
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date:   Fri Sep 9 22:20:35 2005 +0000

    Getting ant build from trunk and updating maxVersion
---
 build.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/build.xml b/build.xml
index 9c20cbf..cb1d92a 100644
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,7 @@
 	<property name="src"			location="src"/>
 	<property name="tools"		location="tools"/>
 	<property name="xpcom"		location="${build}/xpcom"/>
-	<property name="tag"			value="HEAD"/>
+	<property name="tag"			value="sage_1_3-branch"/>
 
 	<!-- create build directories -->
 	<target name="init" depends="clean">
@@ -66,13 +66,6 @@
 				<include name="**"/>
 			</fileset>
 		</copy>
-		<copy todir="${build}/xpcom">
-			<fileset dir="${tools}">
-				<include name="xpcom_win.zip"/>
-				<include name="xpcom_mac.tar.gz"/>
-				<include name="xpcom_linux.tar.gz"/>
-			</fileset>
-		</copy>
 		<property name="version" value="sage-local"/>
 		<condition property="hasComponents"><available file="${build}/src/components" type="dir"/></condition>
 		<ant target="xpi"/>		
@@ -87,13 +80,6 @@
 				<include name="**"/>
 			</fileset>
 		</copy>
-		<copy todir="${build}/xpcom">
-			<fileset dir="${build}/tmp/sage/tools">
-				<include name="xpcom_win.zip"/>
-				<include name="xpcom_mac.tar.gz"/>
-				<include name="xpcom_linux.tar.gz"/>
-			</fileset>
-		</copy>
 		<property name="version" value="${tag}"/>
 		<ant target="xpi"/>
 	</target>

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



More information about the Pkg-mozext-commits mailing list