summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-08-21 00:08:10 +0300
committerArtur Signell <artur@vaadin.com>2014-08-21 08:40:02 +0300
commit182f0f4da9b2cefe8c9c69f6c981ca6722b9f758 (patch)
tree1de0f60bb894b82ca58c2c0a121e49d767e249b8 /themes
parent506bb029158ac9adcec0bff3f8d1354f2eaaf8ed (diff)
downloadvaadin-framework-182f0f4da9b2cefe8c9c69f6c981ca6722b9f758.tar.gz
vaadin-framework-182f0f4da9b2cefe8c9c69f6c981ca6722b9f758.zip
Do not include test themes in theme jar (#13634)
Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
Diffstat (limited to 'themes')
-rw-r--r--themes/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/build.xml b/themes/build.xml
index 0135f55071..c36e01cda6 100644
--- a/themes/build.xml
+++ b/themes/build.xml
@@ -18,6 +18,8 @@
<union id="jar.includes">
<fileset dir="${result.dir}">
<include name="VAADIN/themes/**" />
+ <exclude name="VAADIN/themes/*-tests*/**" />
+ <exclude name="VAADIN/themes/tests-*/**" />
</fileset>
</union>