summaryrefslogtreecommitdiffstats
path: root/build/package/oophm-readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build/package/oophm-readme.txt')
-rw-r--r--build/package/oophm-readme.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/build/package/oophm-readme.txt b/build/package/oophm-readme.txt
index 6a2e2c3843..c19bd8f51d 100644
--- a/build/package/oophm-readme.txt
+++ b/build/package/oophm-readme.txt
@@ -1,15 +1,15 @@
==============================================================================
-IT Mill Toolkit <version></version> Readme
+Vaadin <version></version> Readme
==============================================================================
-This is an experimental version of IT Mill Toolkit <version></version> built using
+This is an experimental version of Vaadin <version></version> built using
out of process hosted mode (OOPHM) branch of Google Web Toolkit. It uses different
version of GWT libraries and compiler than the official <version></version>, so please
use with caution. The benefits are that after you install browser plugins from
gwt/plugins, you should be able to enable hosted mode within real browsers by adding
?gwt.hosted=127.0.0.1:9997 parameter to the application url you are using.
-Please post any comments and questions about OOPHM version to IT Mill Toolkit forums.
+Please post any comments and questions about OOPHM version to Vaadin forums.
-------------
How to Start?
@@ -17,42 +17,42 @@ How to Start?
Open a shell window, change to the installation directory, and execute "sh start.sh". It
will start a web application at port 8888 on the local host and opens a web browser window
-to display the start page of IT Mill Toolkit Content Browser.
+to display the start page of Vaadin Content Browser.
The installation directory is a web application as itself and is directly importable to
Eclipse IDE by selecting "File / Import / Existing Projects into Workspace" from Eclipse
main menu. See the manual for detailed instructions.
-------------------------------------------
-What's Inside the IT Mill Toolkit Package?
-------------------------------------------
+---------------------------------
+What's Inside the Vaadin Package?
+---------------------------------
-You should start exploring IT Mill Toolkit through the provided Content Browser web
+You should start exploring Vaadin through the provided Content Browser web
application within this package; see 'How to Start?' above.
The WebContent directory contains the content available through the Content Browser: the
-IT Mill Toolkit Library, demos, documentation, and other useful information to get started
-with IT Mill Toolkit.
+Vaadin Library, demos, documentation, and other useful information to get started
+with Vaadin.
Below is a list of most important locations and files:
-Start IT Mill Toolkit
-- start exploring IT Mill Toolkit by double-clicking this icon
+Start Vaadin
+- start exploring Vaadin by double-clicking this icon
COPYING
- license file
WebContent/vaadin-<version></version>.jar
-- IT Mill Toolkit Library containing Java source and compiled files
+- Vaadin Library containing Java source and compiled files
WebContent/doc/manual.pdf
-- IT Mill Toolkit Reference Manual in PDF format
+- Vaadin Reference Manual in PDF format
WebContent/doc/manual/index.html
-- IT Mill Toolkit Reference Manual in HTML format
+- Vaadin Reference Manual in HTML format
WebContent/doc/api/index.html
-- IT Mill Toolkit API Documentation as JavaDoc reference
+- Vaadin API Documentation as JavaDoc reference
WebContent/WEB-INF/src
- Content Browser source code, compiled into WebContent/WEB-INF/classes
@@ -68,7 +68,7 @@ Vaadin Development Server.launch
- launch configurations for Eclipse workspace
WebContent/doc/example-source/build-widgetset.xml
-- example on how to build GWT widget sets for IT Mill Toolkit application
+- example on how to build GWT widget sets for Vaadin application
WebContent/VAADIN
- widget sets and themes