diff options
-rw-r--r-- | files/ant/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml index a54efbb..d68b56b 100644 --- a/files/ant/build.xml +++ b/files/ant/build.xml @@ -421,13 +421,14 @@ <if> <condition> <isreference refid="project.libraries" /> + <not><isset property="dont.do.deps" /></not> </condition> <then> <subant buildpathref="project.libraries" antfile="build.xml" failonerror="true"> - <target name="all" /> + <target name="nodeps" /> <target name="clean" /> </subant> </then> |