diff options
author | Marko Gronroos <magi@vaadin.com> | 2012-09-10 15:46:12 +0300 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2012-09-10 15:46:12 +0300 |
commit | 57f05f410ebcd57bf09c242a32d17e9f01f6750d (patch) | |
tree | add5caec7262d31075e95f10b422577fe7af0f99 | |
parent | f4c1096c39da487419814ab300b4cd7e5178bb76 (diff) | |
download | vaadin-framework-57f05f410ebcd57bf09c242a32d17e9f01f6750d.tar.gz vaadin-framework-57f05f410ebcd57bf09c242a32d17e9f01f6750d.zip |
Updated Release Notes for Vaadin 7.0.0.beta1. Some fixes.
-rw-r--r-- | WebContent/css/styles.css | 2 | ||||
-rw-r--r-- | WebContent/release-notes.html | 34 |
2 files changed, 27 insertions, 9 deletions
diff --git a/WebContent/css/styles.css b/WebContent/css/styles.css index 18c2bca5a1..9a5ddc74c1 100644 --- a/WebContent/css/styles.css +++ b/WebContent/css/styles.css @@ -75,7 +75,7 @@ a:link { } a:visited { - color: #003648; + color: #00a248; } a:hover { diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6e2b331e86..5e6ba6f42b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -81,13 +81,13 @@ <p> For server-side development, copy the <tt>vaadin-server</tt>, - <tt>vaadin-client-compiled</tt>, <tt>vaadin-shared</tt>, and - <tt>vaadin-themes-compiled</tt> from the main folder and the dependencies from the - <tt>lib</tt> folder to the <tt>WEB-INF/lib</tt> folder of your Vaadin project. The - <tt>vaadin-theme-compiler</tt> can be copied to a library folder that is not - deployed with the web application. (The <tt>vaadin-client-compiled</tt> is - necessary if you do not wish to compile the widget set by your own, which you need - to do if you use almost any add-on components.) + <tt>vaadin-client-compiled</tt>, <tt>vaadin-shared</tt>, + <tt>vaadin-theme-compiler</tt>, and <tt>vaadin-themes-compiled</tt> from the main + folder and the dependencies from the <tt>lib</tt> folder to the + <tt>WEB-INF/lib</tt> folder of your Vaadin project. (The + <tt>vaadin-client-compiled</tt> is necessary if you do not wish to compile the + widget set by your own, which you need to do if you use almost any add-on + components.) </p> <p> @@ -138,6 +138,7 @@ <li>GWT is now built into Vaadin Framework <ul> <li>New SuperDevMode allows debugging client-side Java code in the browser without any plugins</li> + </ul> </li> <li>Navigation API for view navigation <ul> @@ -220,6 +221,24 @@ <h2 id="dependencies">Vaadin @version@ Dependencies</h2> + <h3>Dependencies Included in Installation package</h3> + + <ul> + <li>Apache Ant (<tt>ant-*.jar</tt>)</li> + <li>Args4j (<tt>args4j-*.jar</tt>)</li> + <li>Apache Commons CLI, Collections, Discovery, IO, Lang, Logging, and Math (<tt>commons-*.jar</tt>)</li> + <li>CSS Parser (<tt>cssparser-*.jar</tt>)</li> + <li>Flute (<tt>flute-*.jar</tt>)</li> + <li>Google Collections Library (<tt>google-collections-*.jar</tt>)</li> + <li>JSON (<tt>json-*.jar</tt>)</li> + <li>jsoup (<tt>jsoup-*.jar</tt>)</li> + <li>JUnit (<tt>junit-*.jar</tt>)</li> + <li><tt>portal-service-*.jar</tt></li> + <li>SAC (<tt>sac-*.jar</tt>)</li> + <li>SmartSprites (<tt>smartsprites-*.jar</tt>)</li> + <li> Validation API (<tt>-*.jar</tt>)</li> + </ul> + <h3>Bean Validation</h3> <p> @@ -479,7 +498,6 @@ </ul> </div> <!-- /content--> - <div id="footer"> <span class="slogan"><strong>vaadin <em>}></em> </strong> thinking of U and I<span> <a href="#top">↑ Back to |