diff options
author | mattinger <[email protected]> | 2006-09-26 22:38:08 +0000 |
---|---|---|
committer | mattinger <[email protected]> | 2006-09-26 22:38:08 +0000 |
commit | 87ab2d193e5bf7b35e828a18324184c59624af0e (patch) | |
tree | b8faacdf48fdbc2916f936ef02287d01b4de929b | |
parent | 9cddff38fc601e53bd4b03cf0db6fe777bc05d19 (diff) |
Adding commons-logging to classpath
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/trunk/ant-contrib@47 32d7a393-a5a9-423c-abd3-5d954feb1f2f
-rw-r--r-- | ivy.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ name="commons-httpclient"
rev="3.0.1"
conf="default->default" />
+ <dependency org="apache"
+ name="commons-logging"
+ rev="1.0.4"
+ conf="default->default" />
<dependency org="jayasoft"
name="ivy"
rev="1.3.1"
|