| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Terracotta
Revision: 9977
Author: jgalang
Date: 04 Sep 2008 17:37:08
Changes:fixed bad ivy stuff
Files:| ... | ...@@ -3,8 +3,9 @@ | |
| 3 | 3 | <!-- ================================= |
| 4 | 4 | target: resolve |
| 5 | 5 | ================================= --> |
| 6 | <target name="resolve" description="--> retreive dependencies with ivy"> | |
| 6 | <target name="resolve" description="--> retrieve dependencies with ivy"> | |
| 7 | 7 | <ivy:resolve file="${basedir}/ivy.xml"/> |
| 8 | <ivy:retrieve pattern="${ivy.dependencies.dir}/[artifact]-[revision].[ext]"/> | |
| 8 | 9 | <ivy:resolve file="${basedir}/ivy-tests-unit.xml"/> |
| 9 | 10 | <ivy:retrieve pattern="${ivy.dependencies.dir}/[artifact]-[revision].[ext]"/> |
| 10 | 11 | </target> |
| ... | ...@@ -1,6 +1,6 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | 2 | <ivy-module version="2.0"> |
| 3 | <info organisation="ibiblio" module="dso-spring-tests-unit"/> | |
| 3 | <info organisation="ibiblio" module="tim-update-center"/> | |
| 4 | 4 | <dependencies> |
| 5 | 5 | <dependency name="jetty" rev="6.1.8" org="terracotta"/> |
| 6 | 6 | </dependencies> |
| ... | ...@@ -3,6 +3,6 @@ | |
| 3 | 3 | <info organisation="ibiblio" module="tim-update-center"/> |
| 4 | 4 | <dependencies> |
| 5 | 5 | <dependency name="guice" rev="1.0" org="terracotta"/> |
| 6 | <dependency name="jdom" rev="1.0"/> | |
| 6 | <dependency name="jdom" rev="1.1" org="terracotta"/> | |
| 7 | 7 | </dependencies> |
| 8 | 8 | </ivy-module> |