diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-28 17:30:09 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-28 17:50:48 +0200 |
commit | b89dba9889353f0f553cb9583de6a9e8cb28302b (patch) | |
tree | 3c71cd94e1531968abf353982965efb62d18e597 /build.xml | |
parent | 3897025e537f65e484078d4cbfbea1500ba6368b (diff) | |
download | vaadin-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |