From 3c21d8d0c24a3aa38c76ef97347baabcc48d4ae9 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Mon, 3 Dec 2007 12:28:36 +0000 Subject: [PATCH] platform fix svn changeset:3117/svn branch:trunk --- build/package/windows-readme.txt | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 build/package/windows-readme.txt diff --git a/build/package/windows-readme.txt b/build/package/windows-readme.txt new file mode 100644 index 0000000000..5e7d2cccf9 --- /dev/null +++ b/build/package/windows-readme.txt @@ -0,0 +1,54 @@ +== IT Mill Toolkit Readme == + +How to Start? + +Double-click start.bat. IT Mill Toolkit webpage guides you forward. + + +What's Inside the IT Mill Toolkit Package? + +You should explore package through the provided webpage within the package, +see 'How to Start?' above. Package is an web application itself and directly +importable to Eclipse IDE. + +Here are few important locations and files: + +start.bat +- start exploring IT Mill Toolkit by double-clicking this icon + +WebContent/License +- license files + +WebContent/WEB-INF/lib/itmill-toolkit-.jar +- IT Mill Toolkit library containing sources and compiled files + +WebContent/demo/itmill-toolkit.war +- deployable demo application for your application server + +WebContent/doc/manual.pdf +- manual in PDF format + +WebContent/doc/manual/index.html +- manual in HTML format + +WebContent/doc/api/index.html +- JavaDocs + +WebContent/WEB-INF/src +- demo source code, compiled into WebContent/WEB-INF/classes + +WebContent/doc/example-source +- example source in HTML format + +WebContent/demo +- files required by demos + +IT Mill Toolkit Hosted Mode.launch +IT Mill Toolkit Web Mode.launch +- launch configurations for Eclipse workspace + +build-widgetsets.xml +- builds GWT widgetsets for IT Mill Toolkit applications + +WebContent/ITMILL +- widgetsets and themes -- 2.39.5