diff options
-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") } |