Explorar el Código

Include launcher source in demo package, as before.

svn changeset:9397/svn branch:6.2
tags/6.7.0.beta1
Artur Signell hace 14 años
padre
commit
aba7127e11
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      build/build.xml

+ 2
- 0
build/build.xml Ver fichero

@@ -1142,6 +1142,8 @@
<copy todir="${output-dir}/WebContent/WEB-INF/src">
<fileset dir="${result-path}/src/demo">
<include name="${toolkit-package}/demo/**/*" />
</fileset>
<fileset dir="${result-path}/src/core">
<!-- user might want to tweak launcher classes -->
<include name="${toolkit-package}/launcher/**" />
</fileset>

Cargando…
Cancelar
Guardar