| Gavin McDonald | 0b75e1a | 2010-10-28 02:12:01 +0000 | [diff] [blame] | 1 | <ivy-module version="1.0"> |
| 2 | <info organisation="jayasoft" module="hello-ivy" /> | ||||
| 3 | <dependencies> | ||||
| 4 | <dependency org="log4j" name="log4j" rev="1.2.15" conf="default->master"/> | ||||
| 5 | <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="* -> *,!sources,!javadoc"/> | ||||
| 6 | </dependencies> | ||||
| 7 | </ivy-module> | ||||