From 121f562ae33fe2c56e1b82f3b03f5f625804fc69 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 15 Sep 2016 13:36:39 +0300 Subject: Remove grid-gwt and parking from tested demos Change-Id: I0a34471073961cb5090e43aade8e2732de522a1d --- scripts/BuildDemos.py | 2 -- 1 file changed, 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") } -- cgit v1.2.3