Browse Source

Added missing GWT jar definition

svn changeset:10450/svn branch:6.3
tags/6.7.0.beta1
Artur Signell 14 years ago
parent
commit
13ad36b5ed
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      build/build.xml

+ 2
- 0
build/build.xml View File

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


Loading…
Cancel
Save