stefano 2003/04/07 04:54:23
Modified: src/targets init-build.xml Log: reduced column occupation to be more gump-nag-friendly (yes, I'm picky, so what? I'm a mac user now, I'm fully allowed to be :-P Revision Changes Path 1.11 +8 -8 cocoon-2.1/src/targets/init-build.xml Index: init-build.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/targets/init-build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- init-build.xml 3 Apr 2003 17:52:57 -0000 1.10 +++ init-build.xml 7 Apr 2003 11:54:23 -0000 1.11 @@ -161,17 +161,17 @@ <!-- Prepare the build directory --> <target name="prepare" depends="init-tasks"> - <echo>+-------------------------------------------------------------------------------+</echo> - <echo> ${fullname} ${version} [${year}]</echo> - <echo>+-------------------------------------------------------------------------------+</echo> + <echo>+-----------------------------------------------------------+</echo> + <echo> ${fullname} ${version} [${year}]</echo> + <echo>+-----------------------------------------------------------+</echo> <echo> Building with ${ant.version}</echo> <echo> using build file ${ant.file}</echo> <echo> Compiling with debug ${compiler.debug}, optimize ${compiler.optimize}, deprecation ${compiler.deprecation}</echo> - <echo>+-----------------------------| W A R N I N G |---------------------------------+</echo> - <echo> This build is targeted for use with JVM ${target.vm}</echo> - <echo> Using this build on a virtual machine other than the one</echo> - <echo> it is targeted for may result in runtime errors.</echo> - <echo>+-------------------------------------------------------------------------------+</echo> + <echo>+--------------------| W A R N I N G |----------------------+</echo> + <echo> This build is targeted for use with JVM ${target.vm}</echo> + <echo> Using this build on a virtual machine other than the one</echo> + <echo> it is targeted for may result in runtime errors.</echo> + <echo>+-----------------------------------------------------------+</echo> <mkdir dir="${build}"/> </target>