Browse Source

Remove grid-gwt and parking from tested demos

Change-Id: I0a34471073961cb5090e43aade8e2732de522a1d
tags/8.0.0.alpha3
Teemu Suo-Anttila 7 years ago
parent
commit
121f562ae3
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      scripts/BuildDemos.py

+ 0
- 2
scripts/BuildDemos.py View 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")
}

Loading…
Cancel
Save