diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-02-06 14:13:09 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-02-06 14:13:09 +0000 |
commit | 7fff5ba257efc17e243148a354882bd83a93d328 (patch) | |
tree | 303832b6a43f8f49ec78288ced27086348908e6f /src/com/itmill/toolkit/demo/sampler/FeatureSet.java | |
parent | 344cdb628e0b45c71409347f343a9798bd16b7df (diff) | |
download | vaadin-framework-7fff5ba257efc17e243148a354882bd83a93d328.tar.gz vaadin-framework-7fff5ba257efc17e243148a354882bd83a93d328.zip |
Sampler: disabled the 'Blueprints' -section until we get more samples
svn changeset:6752/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/demo/sampler/FeatureSet.java')
-rw-r--r-- | src/com/itmill/toolkit/demo/sampler/FeatureSet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/sampler/FeatureSet.java b/src/com/itmill/toolkit/demo/sampler/FeatureSet.java index 38df382ce3..5cd33d56f4 100644 --- a/src/com/itmill/toolkit/demo/sampler/FeatureSet.java +++ b/src/com/itmill/toolkit/demo/sampler/FeatureSet.java @@ -98,9 +98,9 @@ public class FeatureSet extends Feature { */ static final FeatureSet FEATURES = new FeatureSet("All", new Feature[] { // Main sets - new Blueprints(), // + // new Blueprints(), disabled for now, until more samples are ready new Components(), // - }); + }); /* * TOP LEVEL |