diff --git a/fetch.xml b/fetch.xml
index 7ace5391d..6ce2e56ef 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -48,6 +48,7 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
-
-
- The Maven2 JAR has been installed; rerun Ant to load it.
-
-
-
-
-
-
@@ -160,10 +108,7 @@
-
-
-
-
+
diff --git a/get-m2.xml b/get-m2.xml
new file mode 100644
index 000000000..16a32e6c2
--- /dev/null
+++ b/get-m2.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+ This build file downloads the Maven2 Ant tasks,
+ and installs them in the location specified by the 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 ${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
+
+
+
+
+
+
+
+
+
+