jvanzyl     02/04/11 14:34:07

  Modified:    src/templates/build build.init.target
  Log:
  Get rid of some debugging junk.
  
  Revision  Changes    Path
  1.17      +0 -9      jakarta-turbine-maven/src/templates/build/build.init.target
  
  Index: build.init.target
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.init.target,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.init.target 11 Apr 2002 06:25:39 -0000      1.16
  +++ build.init.target 11 Apr 2002 21:34:07 -0000      1.17
  @@ -47,15 +47,6 @@
       <!-- Set default values for the build -->
       <property file="${maven.home}/default.properties" />
   
  -    <echo>
  -      name ------------> ${name}
  -      currentVersion --> ${currentVersion}
  -      id --------------> ${id}
  -      organization ----> ${organization}
  -      inceptionYear ---> ${inceptionYear}
  -      package ---------> ${package}
  -    </echo>
  -
     </target>
   
     <!-- We can't do this until Ant 1.5 because references aren't forwarded
  
  
  


Reply via email to