Author: jochen
Date: Fri Aug 11 05:18:37 2006
New Revision: 430773
URL: http://svn.apache.org/viewvc?rev=430773&view=rev
Log:
Added proxy support
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=430773&r1=430772&r2=430773&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/build.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/build.xml Fri Aug 11 05:18:37
2006
@@ -29,7 +29,8 @@
<antcall target="get-deps"/>
</target>
- <target name="get-deps" if="downloadLibs">
+ <target name="get-deps" if="downloadLibs">
+ <setproxy proxyhost="${http.proxyHost}"
proxyport="${http.proxyPort}"/>
<get
src="http://www.ibiblio.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.jar"
dest="${build_lib.dir}/xmlunit-1.0.jar"/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]