Explorar el Código

Added missing GWT jar definition

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

+ 2
- 0
build/build.xml Ver fichero

@@ -176,6 +176,8 @@
<mkdir dir="${result-path}" />

<!-- required when compiling WebContent/VAADIN/widgetsets (and also Java server-side classes) -->
<property name="lib-gwt-dev" location="${gwt-dir}/gwt-dev.jar" />
<property name="lib-gwt-user" location="${gwt-dir}/gwt-user.jar" />

<echo>We are on ${platform} platform (${os.name} ${os.version}), using gwt version ${gwt-version}.</echo>


Cargando…
Cancelar
Guardar