kaz         02/05/25 06:29:10

  Modified:    src/templates/build build.init.target
  Log:
  Patch applied from "Peter Lynch" <[EMAIL PROTECTED]>.  Thanks!
  
  [Peter's comments]
  Here is a small patch that prevents the velocity exception below during
  the build. Interesting that everything stills works despite this. "It's
  a feature."
  
  Revision  Changes    Path
  1.36      +3 -3      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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.init.target 24 May 2002 13:35:53 -0000      1.35
  +++ build.init.target 25 May 2002 13:29:10 -0000      1.36
  @@ -330,9 +330,9 @@
     </target>
   
     #if ($callbacks.get( $plugin ))
  -  #set( $cbPrefix = "${maven" )
  -  #set( $cbFile = "buildFile}" )
  -  #set( $cbTarget = "buildTarget}" )
  +  #set( $cbPrefix = '${maven' )
  +  #set( $cbFile = 'buildFile}' )
  +  #set( $cbTarget = 'buildTarget}' )
       
     <!-- ================================================================== -->
     <!-- C A L L B A C K S                                                  -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to