diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-03-02 06:29:25 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-03-02 06:29:25 +0000 |
commit | ddf1608c2196ac3374683c5a5998f8f8f0bc2ee4 (patch) | |
tree | 3acb533c9fa4948c27052e33baedf979da095fa7 /build | |
parent | f0c6a51e3b2ecf62226621ab630069f28862b352 (diff) | |
download | vaadin-framework-ddf1608c2196ac3374683c5a5998f8f8f0bc2ee4.tar.gz vaadin-framework-ddf1608c2196ac3374683c5a5998f8f8f0bc2ee4.zip |
Disabled automatic building and inclusion of reservr widgetset in the package as it is no longer (since 6.2.0) an official demo
svn changeset:11574/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index c5b337f64a..3d00e344ad 100644 --- a/build/build.xml +++ b/build/build.xml @@ -756,7 +756,6 @@ <!-- We can't call these with 'depends' because of the 'unless' specifier. --> <antcall target="compile-widgetset-default"/> <antcall target="compile-widgetset-portal-default"/> - <antcall target="compile-widgetset-reserver"/> <antcall target="compile-widgetset-sampler"/> <antcall target="compile-widgetset-colorpicker"/> <antcall target="compile-widgetset-coverflow"/> @@ -769,7 +768,6 @@ <parallel threadsperprocessor="1"> <antcall target="compile-widgetset-default"/> <antcall target="compile-widgetset-portal-default"/> - <antcall target="compile-widgetset-reserver"/> <antcall target="compile-widgetset-sampler"/> <antcall target="compile-widgetset-colorpicker"/> <antcall target="compile-widgetset-coverflow"/> |