jvanzyl     2002/07/14 13:44:57

  Modified:    src/plugins-build/changelog plugin.jelly
  Log:
  o This will at least allow the bootstrap to work. Getting a class
    not found error here. Have to tweak the plugin manager.
  
  Revision  Changes    Path
  1.2       +5 -6      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      14 Jul 2002 19:09:05 -0000      1.1
  +++ plugin.jelly      14 Jul 2002 20:44:57 -0000      1.2
  @@ -6,18 +6,17 @@
     <!-- C H A N G E  L O G  R E P O R T                                    -->
     <!-- ================================================================== -->
   
  -  <taskdef
  -    name="changelog"
  -    classname="org.apache.maven.changelog.ChangeLog">
  -    <classpath refid="maven-classpath"/>
  -  </taskdef>
  -
     <goal name="changelog"
           description="Generate a changelog report"
           prereqs="changelog:generate"/>
   
     <goal name="changelog:generate"
           description="Generate a changelog report">
  +
  +    <taskdef
  +      name="changelog"
  +      classname="org.apache.maven.changelog.ChangeLog">
  +    </taskdef>
   
       <mkdir dir="${maven.build.dir}/generated-xdocs"/>
   
  
  
  

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

Reply via email to