stefano     2003/02/21 05:25:42

  Modified:    .        build.xml
  Log:
  put the build echo message in a more visible location
  
  Revision  Changes    Path
  1.322     +5 -5      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.321
  retrieving revision 1.322
  diff -u -r1.321 -r1.322
  --- build.xml 21 Feb 2003 11:41:50 -0000      1.321
  +++ build.xml 21 Feb 2003 13:25:42 -0000      1.322
  @@ -141,7 +141,10 @@
   <!-- Preparation Targets =================================================== -->
   
     <!-- Prepare everything -->
  -  <target name="prepare" depends="prepare-core, prepare-deprecated, 
prepare-scratchpad, prepare-samples">
  +  <target name="prepare" depends="prepare-core, prepare-deprecated, 
prepare-scratchpad, prepare-samples"/>
  +
  +  <!-- Prepare the build directory -->
  +  <target name="prepare-build" depends="init">
       
<echo>+-------------------------------------------------------------------------------+</echo>
       <echo>                        ${fullname} ${version} [${year}]</echo>
       
<echo>+-------------------------------------------------------------------------------+</echo>
  @@ -153,10 +156,7 @@
       <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>
  -  </target>
   
  -  <!-- Prepare the build directory -->
  -  <target name="prepare-build" depends="init">
       <mkdir dir="${build}"/>
     </target>
   
  
  
  


Reply via email to