summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 232c175dfb..0477e950bd 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -139,6 +139,8 @@
<!-- required when compiling WebContent/VAADIN/widgetsets (and also Java server-side classes) -->
<property name="lib-gwt-dev" location="${gwt-dir}/gwt-dev-noservlet.jar" />
<property name="lib-gwt-user" location="${gwt-dir}/gwt-user-noservlet.jar" />
+ <property name="lib-gwt-validation" location="${gwt-dir}/validation-api-1.0.0.GA.jar" />
+ <property name="lib-gwt-validation-src" location="${gwt-dir}/validation-api-1.0.0.GA-sources.jar" />
<echo>We are using gwt version ${gwt-version}.</echo>
@@ -647,6 +649,8 @@
<path id="widgetset-compile-classpath">
<pathelement location="${lib-gwt-user}" />
<pathelement location="${lib-gwt-dev}" />
+ <pathelement location="${lib-gwt-validation}" />
+ <pathelement location="${lib-gwt-validation-src}" />
<pathelement location="${result-path}/classes" />
<pathelement location="${result-path}/src/core" />
<pathelement location="${result-path}/src/demo" />