jvanzyl     2002/07/15 18:01:17

  Modified:    src/plugins-build/activity plugin.jelly
               src/plugins-build/changelog plugin.jelly
  Log:
  o fixing the changelog and activity plugins to take the ${pom} from
    the environment setup by jelly. We can now do this with all the plugins
    but we'll start here. Then we used the already-parsed POM instead of
    doing it over and over again.
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-turbine-maven/src/plugins-build/activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/activity/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      15 Jul 2002 04:08:26 -0000      1.3
  +++ plugin.jelly      16 Jul 2002 01:01:17 -0000      1.4
  @@ -39,6 +39,8 @@
         range="${maven.activitylog.range}"
         factory="${maven.changelog.factory}"
         outputEncoding="${maven.docs.outputencoding}"
  +      project="${maven.ant.project}"
  +      mavenProject="${pom}"
       />
   
       <!-- Transform the activity log into developer activity first -->
  
  
  
  1.7       +1 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      16 Jul 2002 00:11:27 -0000      1.6
  +++ plugin.jelly      16 Jul 2002 01:01:17 -0000      1.7
  @@ -34,6 +34,7 @@
         factory="${maven.changelog.factory}"
         outputEncoding="${maven.docs.outputencoding}"
         project="${maven.ant.project}"
  +      mavenProject="${pom}"
       />
   
     </goal>
  
  
  

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

Reply via email to