Sfoglia il codice sorgente

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

Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
tags/7.3.0.rc1
Artur Signell 9 anni fa
parent
commit
182f0f4da9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      themes/build.xml

+ 2
- 0
themes/build.xml Vedi 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…
Annulla
Salva