summaryrefslogtreecommitdiffstats
path: root/ivy.xml
diff options
context:
space:
mode:
authormattinger <[email protected]>2006-09-26 22:38:08 +0000
committermattinger <[email protected]>2006-09-26 22:38:08 +0000
commit87ab2d193e5bf7b35e828a18324184c59624af0e (patch)
treeb8faacdf48fdbc2916f936ef02287d01b4de929b /ivy.xml
parent9cddff38fc601e53bd4b03cf0db6fe777bc05d19 (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
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ivy.xml b/ivy.xml
index e367d08..d92c9b6 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -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"