jvanzyl     2002/06/27 10:16:19

  Modified:    src/templates/build/plugins/core plugin.jelly
  Log:
  Use maven-classpath not maven.internal.classpath to be consistent with
  what has already been done. We can change it all later if we want.
  
  Revision  Changes    Path
  1.8       +1 -1      
jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/core/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      27 Jun 2002 17:14:34 -0000      1.7
  +++ plugin.jelly      27 Jun 2002 17:16:19 -0000      1.8
  @@ -17,7 +17,7 @@
   
     <!-- Setup maven's internal classpath -->
   
  -  <path id="maven.internal.classpath">
  +  <path id="maven-classpath">
       <fileset dir="${maven.home}/lib"/>
     </path>
   
  
  
  

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

Reply via email to