summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-01-28 17:30:09 +0200
committerArtur Signell <artur@vaadin.com>2014-01-28 17:50:48 +0200
commitb89dba9889353f0f553cb9583de6a9e8cb28302b (patch)
tree3c71cd94e1531968abf353982965efb62d18e597 /build.xml
parent3897025e537f65e484078d4cbfbea1500ba6368b (diff)
downloadvaadin-framework-b89dba9889353f0f553cb9583de6a9e8cb28302b.tar.gz
vaadin-framework-b89dba9889353f0f553cb9583de6a9e8cb28302b.zip
Exclude a possible bin directory when building (#13258)
Change-Id: I34806146d737eb35668684f3edde658a7fc0beb0
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index bef7f7a2f3..d2e905b611 100644
--- a/build.xml
+++ b/build.xml
@@ -19,6 +19,7 @@
<fileset dir="." includes="**/build.xml">
<exclude name="build.xml" />
<exclude name="build/**" />
+ <exclude name="bin/**" />
<exclude name="buildhelpers/**" />
</fileset>
</ivy:buildlist>