From: <jbo...@li...> - 2005-12-27 09:45:46
|
Author: aron.gombas Date: 2005-12-27 04:44:37 -0500 (Tue, 27 Dec 2005) New Revision: 1933 Modified: trunk/labs/kosmos/build-distro.xml trunk/labs/kosmos/build/build.xml trunk/labs/kosmos/build/deploy.xml Log: 2005 -> 2005-2006 replaced Modified: trunk/labs/kosmos/build/build.xml =================================================================== --- trunk/labs/kosmos/build/build.xml 2005-12-25 18:37:44 UTC (rev 1932) +++ trunk/labs/kosmos/build/build.xml 2005-12-27 09:44:37 UTC (rev 1933) @@ -50,7 +50,7 @@ <target name="init"> <echo message="============================================================"/> <echo message="${project.name} - ${module.name} ${project.version}"/> - <echo message="Copyright 2005 (C) Midori"/> + <echo message="Copyright 2005-2006 (C) Midori"/> <echo message="============================================================"/> <tstamp> <format pattern="dd/MMM/yy HH:mm:ss" property="build.date"/> Modified: trunk/labs/kosmos/build/deploy.xml =================================================================== --- trunk/labs/kosmos/build/deploy.xml 2005-12-25 18:37:44 UTC (rev 1932) +++ trunk/labs/kosmos/build/deploy.xml 2005-12-27 09:44:37 UTC (rev 1933) @@ -25,7 +25,7 @@ <target name="init"> <echo message="============================================================"/> <echo message="${project.name} - ${module.name} ${project.version}"/> - <echo message="Copyright 2005 (C) Midori"/> + <echo message="Copyright 2005-2006 (C) Midori"/> <echo message="============================================================"/> </target> Modified: trunk/labs/kosmos/build-distro.xml =================================================================== --- trunk/labs/kosmos/build-distro.xml 2005-12-25 18:37:44 UTC (rev 1932) +++ trunk/labs/kosmos/build-distro.xml 2005-12-27 09:44:37 UTC (rev 1933) @@ -48,7 +48,7 @@ <target name="init"> <echo message="============================================================"/> <echo message="${project.name} distribution - ${project.version}"/> - <echo message="Copyright 2005 (C) Midori"/> + <echo message="Copyright 2005-2006 (C) Midori"/> <echo message="============================================================"/> </target> |