diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-17 08:32:29 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-17 08:32:29 +0000 |
commit | aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff (patch) | |
tree | 1373b7e33dfc65226471d34489179bd98b9f0821 /build/html-style.properties | |
parent | 54e206d385cc9f52ecdb1920c68718f0f642b789 (diff) | |
download | vaadin-framework-aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff.tar.gz vaadin-framework-aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff.zip |
#7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml)
svn changeset:20444/svn branch:6.7
Diffstat (limited to 'build/html-style.properties')
-rw-r--r-- | build/html-style.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/html-style.properties b/build/html-style.properties index 4700e4ca24..c517b25080 100644 --- a/build/html-style.properties +++ b/build/html-style.properties @@ -3,13 +3,13 @@ html.body.endtag=</body> docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/> html.body.start1=<div id="container"><div id="header"><h1> html.body.start2=</h1></div><div id="itmilllogo"></div> -html.body.end=<div id="footer"><span>Version: ${version}</span>© Oy IT Mill Ltd. 2000-2010</div></div> +html.body.end=<div id="footer"><span>Version: ${version}</span>© Vaadin Ltd. 2000-2011</div></div> html.head.tag=<head> html.head.endtag=</head> html.head.style=<link rel="stylesheet" type="text/css" href="styles/demos.css" /> javadoc.doctitle=<h1>Vaadin</h1> -javadoc.bottom=<i>Copyright © 2000-2010 IT Mill Ltd. All Rights Reserved.</i> +javadoc.bottom=<i>Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.</i> www.manual.body.start1=<div id="container"><div id="header"><h1> www.manual.body.start2=</h1></div><div id="itmilllogo"></div> -www.manual.body.end=<div id="footer"><span>Version: ${version}</span>© Oy IT Mill Ltd. 2000-2010</div></div> +www.manual.body.end=<div id="footer"><span>Version: ${version}</span>© Vaadin Ltd. 2000-2011</div></div> www.manual.docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/>
\ No newline at end of file |