diff ivy-ant.xml @ 19:2632897c8a2b

CM-125: Update ivy resolve to create Ant properties for resolved modules with version.
author smith@nwoca.org
date Sat, 15 Jan 2011 15:22:21 -0500
parents e4c45fd105ea
children 639bec4999f2
line wrap: on
line diff
--- a/ivy-ant.xml	Tue Jan 11 19:02:58 2011 -0500
+++ b/ivy-ant.xml	Sat Jan 15 15:22:21 2011 -0500
@@ -70,7 +70,10 @@
             target.
         -->
         <ivy:settings  file="ivysettings.xml"/>
-        <ivy:resolve log="download-only" file="ivy.xml"/>
+        <ivy:resolve log="download-only" file="ivy.xml" />
+        <ivy:artifactproperty conf="*"
+           name="ivydeps.[organisation]-[module]"
+           value="[revision]"/>
 
         <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/>
         <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.classpath">