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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to