From: Jani Laakso Date: Wed, 14 Nov 2007 19:05:09 +0000 (+0000) Subject: Building widgetsets is now possible through ANT file, also contains reasonable docume... X-Git-Tag: 6.7.0.beta1~5580 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=647dbde29740c65ddf3cf16ea1219e8ef8702bf1;p=vaadin-framework.git Building widgetsets is now possible through ANT file, also contains reasonable documentation to use with own project. svn changeset:2816/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index 711ec73bcc..53416e4f0f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -243,8 +243,7 @@ - - + @@ -258,10 +257,15 @@ + + + + + @@ -308,6 +312,7 @@ Add and filter root files - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + @@ -421,6 +426,7 @@ + @@ -587,7 +593,7 @@ - + diff --git a/build/package/build-widgetsets.xml b/build/package/build-widgetsets.xml new file mode 100644 index 0000000000..9af5696d25 --- /dev/null +++ b/build/package/build-widgetsets.xml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Configured for ${platform} platform. + Requirements for classpath: + ${gwt-location}/gwt-dev-${platform}.jar + ${gwt-location}/gwt-user.jar + ${toolkit-jar-location} + ${client-side-src-location} + Output will be written into ${client-side-destination} + Note, if you have created your own widgetset, please modify target compile-my-widgetset first. + + + + + + + + + + + + + + + + + + + + NOTE: Update line below and tell package name to your own widgetset + + + + + + + + + + com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet + + + + + + + + + + + + + com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet + + + + + + + + + + + + + + com.itmill.toolkit.terminal.gwt.DefaultWidgetSet + + + + + + + + + + + + +