diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 2 | ||||
-rw-r--r-- | WebContent/multiapp.html | 4 | ||||
-rw-r--r-- | WebContent/release-notes.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index cd5b6dd5df..edd8400e8f 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -171,7 +171,7 @@ <div class="library"> <h5>Library</h5> <p>Contains all you need to start a new Toolkit project (binaries, sources, default - themes and widgetsets). <a href="itmill-toolkit-@version@.jar">Toolkit JAR</a></p> + themes and widgetsets). <a href="vaadin-@version@.jar">Toolkit JAR</a></p> </div> <div class="documentation"> diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html index 3a3a205aa5..8e37550e41 100644 --- a/WebContent/multiapp.html +++ b/WebContent/multiapp.html @@ -1,9 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" style="width:100%;height:100%;border:0;margin:0;"> <head> -<title>IT Mill Toolkit 5</title> +<title>Multiple embedded applications</title> <script type="text/javascript"> - var itmill = { + var vaadin = { toolkitConfigurations: { 'fb' :{ appUri:'/FeatureBrowser', diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index fb6c347314..d7238c07e5 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -34,7 +34,7 @@ backward compatible.</p> <h2>Package for the experimental GWT Out-of-Process Hosted Mode</h2> <p>We provide a separate (platform independent) installation package -(<tt>itmill-toolkit-oophm-<version></version>.tar.gz</tt>) for the +(<tt>vaadin-oophm-<version></version>.tar.gz</tt>) for the experimental Out of Process Hosted Mode (OOPHM) of GWT, which allows debugging client-side code in GWT Hosted Mode with a regular web browser. Using the OOPHM requires installing a browser plugin (available |