From 34c8b8dded192ea28bc52a81ff6537392760879f Mon Sep 17 00:00:00 2001 From: Marko Grönroos Date: Wed, 4 May 2011 13:55:18 +0000 Subject: Added GWT dependency jars to build-widgetset.xml, together with some cleanup. For #6803. svn changeset:18629/svn branch:6.6 --- build/package/build-widgetset.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'build/package') diff --git a/build/package/build-widgetset.xml b/build/package/build-widgetset.xml index 4611a39db3..0be10a5b9d 100644 --- a/build/package/build-widgetset.xml +++ b/build/package/build-widgetset.xml @@ -52,25 +52,25 @@ See configure target to adjust this buildfile. value="${base}WebContent/VAADIN/widgetsets" /> - + Modify this example Ant script to compile your own widget sets. - - - + + + + - - - - + + + - + @@ -82,7 +82,7 @@ See configure target to adjust this buildfile. - + @@ -94,14 +94,16 @@ See configure target to adjust this buildfile. Requirements for classpath: ${gwt-location}/gwt-dev.jar ${gwt-location}/gwt-user.jar + ${gwt-location}/validation-api-1.0.0.GA.jar + ${gwt-location}/validation-api-1.0.0.GA-sources.jar ${vaadin-jar-location} ${src-location} Output will be written into ${client-side-destination} - - + + @@ -113,7 +115,9 @@ See configure target to adjust this buildfile. - + + + -- cgit v1.2.3