From: Marko Grönroos Date: Tue, 6 Jan 2009 19:46:19 +0000 (+0000) Subject: Automatically determine the publication date and Toolkit version number for Toolkit... X-Git-Tag: 6.7.0.beta1~3414 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05879b21df8b1335146042b1504ddf5a3eef2144;p=vaadin-framework.git Automatically determine the publication date and Toolkit version number for Toolkit Manual. The information appears in the edition notice page (the 2nd page) in the PDF version and in the main page of the HTML version. The version information is determined from build/VERSION.properties, and will include any version extensions. svn changeset:6423/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index 38b34a75f3..c7a58f8a79 100644 --- a/build/build.xml +++ b/build/build.xml @@ -961,8 +961,20 @@ + + + + + + + + + + + + - + @@ -976,6 +988,9 @@ PDF Manual: processing images (TBD) PDF Manual: converting xml to fo + + Publication date is ${manual.pubdate} + @@ -1001,6 +1016,12 @@ + + + + + + @@ -1020,7 +1041,7 @@ - + Manual: HTML @@ -1056,6 +1077,12 @@ + + + + + +