diff options
author | mattinger <[email protected]> | 2006-08-22 17:02:45 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2006-08-22 17:02:45 +0000 |
commit | 32d8edb22c05bd6b6e5d4c0b9a1563d8eb006d24 (patch) | |
tree | ba5359203d8d3a57f7dc46d006ef30bc8bbd7d70 | |
parent | 3012b498d63fbf929a8006f6a23af3ca32b0bfc0 (diff) |
adding commons-httpclient
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@25 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-rw-r--r-- | ivy.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ name="xercesImpl"
rev="2.6.2"
conf="provided->default" />
+ <dependency org="apache"
+ name="commons-httpclient"
+ rev="3.0.1"
+ conf="provided->default" />
<dependency org="junit"
name="junit"
rev="3.8.1"
|