summaryrefslogtreecommitdiffstats
path: root/WebContent/multiapp.html
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-14 13:25:14 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-14 13:25:14 +0000
commit8edeee183f4d3fa7244e142ad0918c7e1d60a3e2 (patch)
tree835fd98e411d92a0b4728e3300b2d6b78126d039 /WebContent/multiapp.html
parentfbcf675ecb1240a9847447904b929e53b9ba4e81 (diff)
downloadvaadin-framework-8edeee183f4d3fa7244e142ad0918c7e1d60a3e2.tar.gz
vaadin-framework-8edeee183f4d3fa7244e142ad0918c7e1d60a3e2.zip
toolkitVersion -> vaadinVersion
svn changeset:7815/svn branch:6.0
Diffstat (limited to 'WebContent/multiapp.html')
-rw-r--r--WebContent/multiapp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
index 8e37550e41..ace7231d5d 100644
--- a/WebContent/multiapp.html
+++ b/WebContent/multiapp.html
@@ -9,19 +9,19 @@
appUri:'/FeatureBrowser',
pathInfo: '/',
themeUri: '/VAADIN/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ versionInfo : {vaadinVersion:"6.0.0-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
},
'calc' :{
appUri:'/Calc',
pathInfo: '/',
themeUri: '/VAADIN/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ versionInfo : {vaadinVersion:"6-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
},
'hello' :{
appUri:'/HelloWorld',
pathInfo: '/',
themeUri: '/VAADIN/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ versionInfo : {vaadinVersion:"6.0.0-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
}