]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove grid-gwt and parking from tested demos
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 15 Sep 2016 10:36:39 +0000 (13:36 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 15 Sep 2016 11:48:54 +0000 (11:48 +0000)
Change-Id: I0a34471073961cb5090e43aade8e2732de522a1d

scripts/BuildDemos.py

index 59cfe88a811e2b8e51f16afc2c28d476aced551e..4e4362b1df349988095728a2cc891e3c5bd8f4b7 100644 (file)
@@ -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")
 }