dion        2003/10/28 14:23:54

  Modified:    src/plugins-build/jxr plugin.jelly
  Log:
  Start using tag instead of ${pom.getPluginContext(....)}
  
  Revision  Changes    Path
  1.18      +5 -10     maven/src/plugins-build/jxr/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jxr/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly      31 Aug 2003 07:41:00 -0000      1.17
  +++ plugin.jelly      28 Oct 2003 22:23:54 -0000      1.18
  @@ -6,6 +6,7 @@
     xmlns:doc="doc"
     xmlns:j="jelly:core"  
     xmlns:jxr="jxr"
  +  xmlns:maven="jelly:maven"
     xmlns:util="jelly:util">
   
     <define:taglib uri="jxr">
  @@ -56,18 +57,12 @@
   
         <ant:echo>${maven.sourcesPresent}</ant:echo>
   
  -      <j:set var="javadocDestdir"
  -        
value="${pom.getPluginContext('maven-javadoc-plugin').getVariable('maven.javadoc.destdir')}"/>
  +      <maven:pluginVar var="javadocDestdir" plugin='maven-javadoc-plugin' 
property='maven.javadoc.destdir'/>
   
  -      <ant:property
  -        name="copyright"
  -        value="Copyright &amp;copy; ${year} ${pom.organization.name}. All Rights 
Reserved."
  -      />
  +      <j:set var="copyright"
  +        value="Copyright &amp;copy; ${year} ${pom.organization.name}. All Rights 
Reserved." />
   
  -      <ant:property
  -        name="title"
  -        value="${pom.name} ${pom.currentVersion} Reference"
  -      />
  +      <j:set var="title" value="${pom.name} ${pom.currentVersion} Reference" />
   
         <ant:copy file="${maven.jxr.stylesheet}"
           tofile="${maven.jxr.destdir}/stylesheet.css"/>
  
  
  

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

Reply via email to