diff --git a/build.xml b/build.xml
index 1234e58bd8fde339abb5c544bc21e914356be621..e88843465ae4667610229e0b5635d9b7112414aa 100644
--- a/build.xml
+++ b/build.xml
@@ -1,4 +1,10 @@
 <project name="ipaaca" default="build" basedir=".">
+  <target name="resolve">
+    <subant target="resolve" genericantfile="build.xml">
+      <fileset dir="." includes="*/build.xml"/>
+    </subant>
+  </target>
+
   <target name="build">
     <subant target="build" genericantfile="build.xml">
       <fileset dir="." includes="*/build.xml"/>