[Japi-cvs] SF.net SVN: japi:[898] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-15 14:24:44
|
Revision: 898 http://japi.svn.sourceforge.net/japi/?rev=898&view=rev Author: christianhujer Date: 2009-02-15 14:24:43 +0000 (Sun, 15 Feb 2009) Log Message: ----------- Bumped copyright year for javadoc. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2009-02-15 13:29:55 UTC (rev 897) +++ common/trunk/commonBuild.xml 2009-02-15 14:24:43 UTC (rev 898) @@ -274,7 +274,7 @@ doctitle = "JAPI<br />Yet another Java API<br />Library ${module.title} ${module.version} API documentation" header = "JAPI Library ${module.title} ${module.version}<br />API Documentation" footer = "JAPI<br />Yet another Java API<br />Library ${module.title} ${module.version} API documentation" - bottom = "<div style="text-align:center;">© 2005-2007 Christian Hujer. All rights reserved. See <a href="{@docRoot}/copyright.html">copyright</a></div>" + bottom = "<div style="text-align:center;">© 2005-2009 Christian Hujer. All rights reserved. See <a href="{@docRoot}/copyright.html">copyright</a></div>" serialwarn = "yes" charset = "utf-8" docencoding = "utf-8" @@ -325,7 +325,7 @@ doctitle = "JAPI<br />Yet another Java API<br />Library ${module.title} ${module.version} private documentation" header = "JAPI Library ${module.title} ${module.version}<br />private Documentation" footer = "JAPI<br />Yet another Java API<br />Library ${module.title} ${module.version} private documentation" - bottom = "<div style="text-align:center;">© 2005-2007 Christian Hujer. All rights reserved. See <a href="{@docRoot}/copyright.html">copyright</a></div>" + bottom = "<div style="text-align:center;">© 2005-2009 Christian Hujer. All rights reserved. See <a href="{@docRoot}/copyright.html">copyright</a></div>" serialwarn = "yes" charset = "utf-8" docencoding = "utf-8" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |