jvanzyl     2002/07/14 15:08:37

  Modified:    src/plugins-build/changelog plugin.jelly
  Log:
  o Had the wrong executor method listed.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-turbine-maven/src/plugins-build/changelog/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/changelog/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      14 Jul 2002 21:00:54 -0000      1.3
  +++ plugin.jelly      14 Jul 2002 22:08:37 -0000      1.4
  @@ -20,7 +20,7 @@
         <define:jellybean
           name="changelog"
           className="org.apache.maven.changelog.ChangeLog"
  -        method="xref"
  +        method="doExecute"
         />
       </define:taglib>
   
  @@ -28,7 +28,7 @@
   
       <changelog:changelog
         projectDescriptor="project.xml"
  -      baseDir="."
  +      baseDir="${basedir}"
         output="${maven.gen.docs}/changelog.xml"
         range="${maven.changelog.range}"
         factory="${maven.changelog.factory}"
  
  
  

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

Reply via email to