diff options
-rw-r--r-- | WebContent/release-notes.html | 95 | ||||
-rw-r--r-- | build/build.xml | 1 | ||||
-rw-r--r-- | build/package/linux-readme.txt | 7 | ||||
-rw-r--r-- | build/package/mac-Start IT Mill Toolkit.zip | bin | 0 -> 180368 bytes | |||
-rw-r--r-- | build/package/mac-readme.txt | 8 | ||||
-rw-r--r-- | build/package/start-demo.txt | 15 | ||||
-rw-r--r-- | build/package/start.bat (renamed from build/package/start-demo.bat) | 0 | ||||
-rw-r--r-- | build/package/start.sh (renamed from build/package/start-demo.sh) | 0 | ||||
-rw-r--r-- | build/package/windows-readme.txt | 7 |
9 files changed, 64 insertions, 69 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index a39efab872..acd2f6a0ae 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -1,52 +1,32 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> -<head> -<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> -<title>IT Mill Toolkit</title> -<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" /> -<link rel="start" href="index.html" title="IT Mill Toolkit" /> -<style type="text/css"> -table.issues { - border-width: 1px 1px 1px 1px; - border-spacing: 2px; - border-style: none none none none; - border-color: gray gray gray gray; - border-collapse: collapse; - background-color: white; -} -table.issues th { - border-width: 1px 1px 1px 1px; - padding: 3px 3px 3px 3px; - border-style: dashed dashed dashed dashed; - border-color: gray gray gray gray; - background-color: white; - -moz-border-radius: 0px 0px 0px 0px; -} -table.issues td { - border-width: 1px 1px 1px 1px; - padding: 3px 3px 3px 3px; - border-style: dashed dashed dashed dashed; - border-color: gray gray gray gray; - background-color: white; - -moz-border-radius: 0px 0px 0px 0px; -} -</style> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="container"> -<div id="header"><h1>IT Mill Toolkit</h1></div><div id="itmilllogo"></div><div id="page"> -<div class="navheader"><table width="100%" summary=""><tr><th align="center" colspan="3">IT Mill Toolkit</th></tr> -<tr><td align="left" width="20%"> </td><th align="center" width="60%"> </th> -<td align="right" width="20%"></td></tr></table summary=""><hr /></div><div class="book" lang="en"> -<div class="titlepage"><div><div><h1 class="title"> -<a name="N40001"></a>IT Mill Toolkit Release Notes</h1></div> -<div><h2 class="subtitle">Version <version></version></h2></div><div> -<div class="author"><h3 class="author"></h3></div></div> -<div><p class="copyright">Copyright © 2007 Oy IT Mill Ltd. All rights reserved.</p></div> -<div><div class="abstract"><p class="title"></p> - -<h3>General</h3> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>IT Mill Toolkit 5</title> + <link rel="stylesheet" type="text/css" href="demo/css/styles.css" /> + <!--[if IE]> + <link rel="stylesheet" type="text/css" href="demo/css/ie.css" /> + <![endif]--> + </head> + <body> + + <div id="container"> + + <div class="header"> + <h1>Introducing IT Mill Toolkit 5</h1> + <em>Effortless web application development for Java-programmers.</em> + <a href="http://www.itmill.com" title="Open www.itmill.com">Visit itmill.com</a> + </div> <!-- /Header --> + + <div class="content"> + + <div> + <h2>Release notes version <version></version></h2> + + <h4>General</h4> + <p> -Version <version></version>. This document is under construction.</p> +This document is under construction.</p> <p> <br /> @@ -119,10 +99,19 @@ Table column selector div may be positioned randomly wrong (IE) <br/> Error message in Button is not shown (FF) <br/> - - -</div></div></div></div> - -<br /> - -</div><div class="navfooter"><hr /><table width="100%" summary=""><tr><td align="left" width="40%"> </td><td align="center" width="20%"> </td><td align="right" width="40%"></td></tr><tr><td valign="top" align="left" width="40%"> </td><td align="center" width="20%"> </td><td valign="top" align="right" width="40%"></td></tr></table></div></div><div id="footer"><span>Version: <version></version></span>© Oy IT Mill Ltd. 2000-2007</div></div></body></html> + + + </div> <!-- /getting-started --> + + <div class="clearer"></div> + </div> <!-- /content--> + + <div class="footer"> + <a href="http://www.itmill.com">IT Mill Ltd.</a> + <em>Interfacing IT</em> + </div> <!-- /footer --> + + </div> <!-- /container --> + + </body> +</html> diff --git a/build/build.xml b/build/build.xml index ba57fc793f..8974d7b043 100644 --- a/build/build.xml +++ b/build/build.xml @@ -407,7 +407,6 @@ <exclude name="**/.svn" /> <include name="release-notes.html" /> <include name="*.html" /> - <include name="*.txt" /> <include name="license/*.html" /> </fileset> </copy> diff --git a/build/package/linux-readme.txt b/build/package/linux-readme.txt new file mode 100644 index 0000000000..931a7da0b4 --- /dev/null +++ b/build/package/linux-readme.txt @@ -0,0 +1,7 @@ +== How to start ==
+
+Open shell and execute "sh start.sh".
+
+This starts an integrated Servlet Container (Jetty) which runs index page
+and Toolkit demo applications. Your default web browser should be opened
+automatically.
diff --git a/build/package/mac-Start IT Mill Toolkit.zip b/build/package/mac-Start IT Mill Toolkit.zip Binary files differnew file mode 100644 index 0000000000..23df10e3a1 --- /dev/null +++ b/build/package/mac-Start IT Mill Toolkit.zip diff --git a/build/package/mac-readme.txt b/build/package/mac-readme.txt new file mode 100644 index 0000000000..eeee0cfc74 --- /dev/null +++ b/build/package/mac-readme.txt @@ -0,0 +1,8 @@ +== How to start ==
+
+Double-click icon Start IT Mill Toolkit.
+Or open shell and execute "sh start.sh".
+
+This starts an integrated Servlet Container (Jetty) which runs index page
+and Toolkit demo applications. Your default web browser should be opened
+automatically.
diff --git a/build/package/start-demo.txt b/build/package/start-demo.txt deleted file mode 100644 index b8433aecf2..0000000000 --- a/build/package/start-demo.txt +++ /dev/null @@ -1,15 +0,0 @@ -Starting Toolkit demos
-
-
-1) Under Windows environment
-
-Doubleclick start-demo.bat
-
-
-2) Under Linux or OSX environment
-
-Open shell and execute "sh start-demo.sh"
-
-
-This starts an integrated Servlet Container which runs Toolkit demo
-applications. Your default web browser should be opened automatically.
diff --git a/build/package/start-demo.bat b/build/package/start.bat index 08bd809566..08bd809566 100644 --- a/build/package/start-demo.bat +++ b/build/package/start.bat diff --git a/build/package/start-demo.sh b/build/package/start.sh index 36fbb95292..36fbb95292 100644 --- a/build/package/start-demo.sh +++ b/build/package/start.sh diff --git a/build/package/windows-readme.txt b/build/package/windows-readme.txt new file mode 100644 index 0000000000..bf89092427 --- /dev/null +++ b/build/package/windows-readme.txt @@ -0,0 +1,7 @@ +== How to start ==
+
+Double-click start.bat.
+
+This starts an integrated Servlet Container (Jetty) which runs index page
+and Toolkit demo applications. Your default web browser should be opened
+automatically.
|