diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-09-15 13:36:39 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-09-15 11:48:54 +0000 |
commit | 121f562ae33fe2c56e1b82f3b03f5f625804fc69 (patch) | |
tree | e29991a33e9404ad89216f483d04f8fcd362094c /scripts | |
parent | e77421b44331e225a186ba6b6d3482f0537a0c4d (diff) | |
download | vaadin-framework-121f562ae33fe2c56e1b82f3b03f5f625804fc69.tar.gz vaadin-framework-121f562ae33fe2c56e1b82f3b03f5f625804fc69.zip |
Remove grid-gwt and parking from tested demos
Change-Id: I0a34471073961cb5090e43aade8e2732de522a1d
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/BuildDemos.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/BuildDemos.py b/scripts/BuildDemos.py index 59cfe88a81..4e4362b1df 100644 --- a/scripts/BuildDemos.py +++ b/scripts/BuildDemos.py @@ -17,9 +17,7 @@ from xml.etree.ElementTree import ElementTree # Validated demos. name -> git url demos = { "dashboard" : "https://github.com/vaadin/dashboard-demo.git", - "parking" : "https://github.com/vaadin/parking-demo.git", "addressbook" : "https://github.com/vaadin/addressbook.git", - "grid-gwt" : "https://github.com/vaadin/grid-gwt.git", "sampler" : "demos/sampler" # "my-demo" : ("my_demo_url_or_path", "my-demo-dev-branch") } |