You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/04/03 19:52:57 UTC

cvs commit: cocoon-2.1/src/targets init-build.xml

stefano     2003/04/03 09:52:57

  Modified:    src/targets init-build.xml
  Log:
  let's try to keep verbosity to a minimum to increase signal/noise ratio of the ant build files (also because they get nagged by gump)
  
  Revision  Changes    Path
  1.10      +0 -3      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- init-build.xml	28 Mar 2003 02:11:36 -0000	1.9
  +++ init-build.xml	3 Apr 2003 17:52:57 -0000	1.10
  @@ -115,8 +115,6 @@
     </target>
   
     <target name="init-tasks" depends="init">
  -    <echo>+-------------------------------------------------------------------------------+</echo>
  -    <echo>Setting up customized ant tasks...</echo>
   
       <!-- Set classpath for building ant tasks -->
       <path id="tasks.classpath">
  @@ -156,7 +154,6 @@
              nowarn="on"
              compiler="${compiler}"/>
   
  -    <echo>... done.</echo>
     </target>
     
   <!-- === Preparation Targets =================================================== -->