Explorar el Código

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

Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
tags/7.3.0.rc1
Artur Signell hace 9 años
padre
commit
182f0f4da9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      themes/build.xml

+ 2
- 0
themes/build.xml Ver fichero

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


Cargando…
Cancelar
Guardar