SEN-7 - Fix local.mode
diff --git a/build.xml b/build.xml
index dbf940b..d301744 100644
--- a/build.xml
+++ b/build.xml
@@ -190,8 +190,7 @@
     <!-- =================================

           target: resolve

          ================================= -->

-    <target name="resolve" depends="init,download-ivy" description="--> retreive dependencies with ivy"

-            unless="local.mode">

+    <target name="resolve" depends="init,download-ivy" description="--> retreive dependencies with ivy">

         <ivy:retrieve pattern="${lib.dir}/[artifact]-[revision].[ext]"/>

     </target>

 

diff --git a/buildWs.xml b/buildWs.xml
index b6af31e..6d9c49c 100644
--- a/buildWs.xml
+++ b/buildWs.xml
@@ -179,7 +179,7 @@
     <!-- =================================
           target: resolve
          ================================= -->
-    <target name="resolve" depends="init,download-ivy" description="--> retreive dependencies with ivy" unless="local.mode">
+    <target name="resolve" depends="init,download-ivy" description="--> retreive dependencies with ivy">
         <ivy:retrieve pattern="${lib.dir}/[artifact]-[revision].[ext]" />
     </target>