You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by hu...@apache.org on 2006/07/05 16:04:59 UTC

svn commit: r419232 - /webservices/commons/trunk/modules/XmlSchema/build.xml

Author: hughesj
Date: Wed Jul  5 07:04:59 2006
New Revision: 419232

URL: http://svn.apache.org/viewvc?rev=419232&view=rev
Log:
WSCOMMONS-54: gunzip and untar xsts-2002-01-16.tar.gz in one operation

Modified:
    webservices/commons/trunk/modules/XmlSchema/build.xml

Modified: webservices/commons/trunk/modules/XmlSchema/build.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/build.xml?rev=419232&r1=419231&r2=419232&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/build.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/build.xml Wed Jul  5 07:04:59 2006
@@ -53,8 +53,7 @@
 		<echo>Downloading 6MB XML Schema test suite. This make take a few minutes...</echo>
 		<get dest="${build.dir}/xsts-2002-01-16.tar.gz" 
 			src="http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz"/>
-    	<gunzip src="${build.dir}/xsts-2002-01-16.tar.gz"/>
-		<untar src="${build.dir}/xsts-2002-01-16.tar" dest="${build.dir}"/>
+		<untar src="${build.dir}/xsts-2002-01-16.tar.gz" compression="gzip" dest="${build.dir}"/>
     </target>
 
     <target name="compile" depends="prepare" description="compiles the src and puts it in build/classes">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org