Author: reinhard
Date: Sun Feb 20 22:34:28 2005
New Revision: 154641

URL: http://svn.apache.org/viewcvs?view=rev&rev=154641
Log:
formatting echo messages

Modified:
    cocoon/trunk/tools/targets/init-build.xml

Modified: cocoon/trunk/tools/targets/init-build.xml
URL: 
http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/init-build.xml?view=diff&r1=154640&r2=154641
==============================================================================
--- cocoon/trunk/tools/targets/init-build.xml (original)
+++ cocoon/trunk/tools/targets/init-build.xml Sun Feb 20 22:34:28 2005
@@ -196,18 +196,18 @@
 
   <!-- Prepare the build directory -->
   <target name="prepare" depends="init-tasks">
-    
<echo>======================================================================
+    <echo>====================================================================
                  ${fullname} ${version} [${year}]
-======================================================================
+====================================================================
  Building with ${ant.version}
-----------------------------------------------------------------------
+--------------------------------------------------------------------
  Using build file ${ant.file}
-----------------------------------------------------------------------
+--------------------------------------------------------------------
  Compiler options:
    - debug ......... [${compiler.debug}]
    - optimize ...... [${compiler.optimize}]
    - deprecation ... [${compiler.deprecation}]
-======================================================================</echo>
+====================================================================</echo>
     <mkdir dir="${build}"/>
   </target>
 


Reply via email to