dion        2003/10/28 14:18:47

  Modified:    src/plugins-build/file-activity plugin.jelly
  Log:
  Start using tag instead of ${pom.getPluginContext(....)}
  
  Revision  Changes    Path
  1.12      +2 -2      maven/src/plugins-build/file-activity/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/file-activity/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly      5 Aug 2003 15:09:25 -0000       1.11
  +++ plugin.jelly      28 Oct 2003 22:18:47 -0000      1.12
  @@ -5,6 +5,7 @@
     xmlns:changelog="changelog"
     xmlns:doc="doc"
     xmlns:j="jelly:core"
  +  xmlns:maven="jelly:maven"
     xmlns:util="jelly:util">
   
     <goal name="maven-file-activity-plugin:register">
  @@ -44,8 +45,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