From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- framework/src/ant/apache-ant-1.9.6/get-m2.xml | 121 -------------------------- 1 file changed, 121 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/get-m2.xml (limited to 'framework/src/ant/apache-ant-1.9.6/get-m2.xml') diff --git a/framework/src/ant/apache-ant-1.9.6/get-m2.xml b/framework/src/ant/apache-ant-1.9.6/get-m2.xml deleted file mode 100644 index 4111e81e..00000000 --- a/framework/src/ant/apache-ant-1.9.6/get-m2.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - This build file downloads the Maven2 Ant tasks, - and installs them in the location specified by the m2.dest.dir property. - - You may need to set proxy settings. On Java1.5, Ant tries to get - this from the OS, unless you use the -noproxy option. - - Proxies can be configured manually setting the JVM proxy values in the - ANT_OPTS environment variable. - - For example, to set the proxy up in the tcsh shell, the command would be - something like: - - For csh/tcsh: - setenv ANT_OPTS "-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" - For bash: - export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" - For Windows, set the environment variable in the appropriate dialog box - and open a new console. or, by hand - set ANT_OPTS = -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 - - - - - - - - - - - - $${@{property}} not specified - - - - - - - - - - - - - - - - - - - Downloading to ${m2.dest.dir} - - - - - - - - - - - - - - - - - - Failed to verify the downloaded file ${m2.antlib.url}" against the checksum - coded into libraries.properties. - The local copy has been deleted, for security reasons - - - - - - - - - - -- cgit 1.2.3-korg