From 65457fac3ecc85bddf6450aa665fd6c5010343ba Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 14 Apr 2003 05:26:50 +0000 Subject: [PATCH] moving to httpclient, slowly git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274436 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/sandbox/httptasks/build.xml | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 proposal/sandbox/httptasks/build.xml diff --git a/proposal/sandbox/httptasks/build.xml b/proposal/sandbox/httptasks/build.xml new file mode 100644 index 000000000..01df859d7 --- /dev/null +++ b/proposal/sandbox/httptasks/build.xml @@ -0,0 +1,39 @@ + + + + Build the HTTP tasks into the main ant dir + This is not production quality + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file