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 00:08:21 +0300
commit5cd9a0c5772415eec8c88ee4dd699bfd103807fe (patch)
treea4d29706176fcb324056341c08af0c338ca65852 /themes
parent961782b78e5f0379a535ecdaa39d7c1939648afb (diff)
downloadvaadin-framework-5cd9a0c5772415eec8c88ee4dd699bfd103807fe.tar.gz
vaadin-framework-5cd9a0c5772415eec8c88ee4dd699bfd103807fe.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>