Index: src/example/multi-project/build.xml
===================================================================
--- src/example/multi-project/build.xml	(revision 638486)
+++ src/example/multi-project/build.xml	(working copy)
@@ -44,6 +44,16 @@
     	          uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>
     </target>    
          
+   <property name="ivy.local.default.root" value="repository/local" />
+   <property name="ivy.shared.default.root" value="repository/shared" />
+
+   <target name="retreive-test" depends="publish-all">
+       <ivy:cleancache />
+       <ivy:retrieve inline="true" organisation="org.apache.ivy.example" module="version" pattern="test1/[artifact].[ext]" />
+       <ivy:cleancache />       
+       <ivy:retrieve inline="true" organisation="org.apache.ivy.example" module="version" pattern="test2/[artifact].[ext]" />
+   </target> 
+
   <target name="buildlist" depends="load-ivy"> 
     <ivy:buildlist reference="build-path">
       <fileset dir="projects" includes="**/build.xml"/>
