Browse Source

Do not include test themes in theme jar (#13634)

Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
tags/7.3.0.rc1
Artur Signell 9 years ago
parent
commit
182f0f4da9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      themes/build.xml

+ 2
- 0
themes/build.xml View File

@@ -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>


Loading…
Cancel
Save