diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-21 00:08:10 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-21 00:08:21 +0300 |
commit | 5cd9a0c5772415eec8c88ee4dd699bfd103807fe (patch) | |
tree | a4d29706176fcb324056341c08af0c338ca65852 /themes | |
parent | 961782b78e5f0379a535ecdaa39d7c1939648afb (diff) | |
download | vaadin-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.xml | 2 |
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> |