dion        2003/10/28 10:20:58

  Modified:    src/plugins-build/developer-activity plugin.jelly
  Log:
  Start using tag instead of ${pom.getPluginContext(....)}
  
  Revision  Changes    Path
  1.12      +3 -3      maven/src/plugins-build/developer-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/developer-activity/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly      5 Aug 2003 15:08:22 -0000       1.11
  +++ plugin.jelly      28 Oct 2003 18:20:58 -0000      1.12
  @@ -3,8 +3,9 @@
   <project
     xmlns:j="jelly:core"
     xmlns:ant="jelly:ant"
  -  xmlns:util="jelly:util"
     xmlns:changelog="changelog"
  +  xmlns:maven="jelly:maven"
  +  xmlns:util="jelly:util"
     xmlns:doc="doc">
   
     <goal name="maven-developer-activity-plugin:register">
  @@ -35,8 +36,7 @@
         <j:set var="maven.mode.online" value="true" />
       </j:if>
   
  -    <j:set var="factory"
  -      
value="${pom.getPluginContext('maven-changelog-plugin').getVariable('maven.changelog.factory')}"/>
  +    <maven:pluginVar var="factory" plugin="maven-changelog-plugin" 
property="maven.changelog.factory" />
   
       <j:choose>
         <j:when test="${maven.mode.online}">
  
  
  

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

Reply via email to