summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ee24c61529..a88892772e 100644
--- a/build.xml
+++ b/build.xml
@@ -21,11 +21,13 @@
<exclude name="build/**" />
<exclude name="bin/**" />
<exclude name="buildhelpers/**" />
+ <exclude name="all/**" />
</fileset>
</ivy:buildlist>
<path id="build-path">
<path location="buildhelpers/build.xml" />
<path refid="ivy.build.path" />
+ <path location="all/build.xml" />
</path>
</target>
<target name="clean" depends="buildorder">