dion        2004/07/09 05:58:04

  Modified:    struts/xdocs changes.xml
               struts   plugin.jelly project.xml
  Log:
  Remove use of pom.getPluginContext, replacing with maven:get
  
  Revision  Changes    Path
  1.12      +3 -0      maven-plugins/struts/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml       16 May 2004 02:55:39 -0000      1.11
  +++ changes.xml       9 Jul 2004 12:58:04 -0000       1.12
  @@ -24,6 +24,9 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.3.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="update">Remove old pom.getPluginContext code</action>
  +    </release>
       <release version="1.3" date="2004-05-15">
         <action dev="dion" type="update">Remove unneeded ant dependency</action>
       </release>
  
  
  
  1.5       +4 -3      maven-plugins/struts/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly      4 Mar 2004 18:38:56 -0000       1.4
  +++ plugin.jelly      9 Jul 2004 12:58:04 -0000       1.5
  @@ -18,7 +18,9 @@
    -->
   
   
  -<project xmlns:j="jelly:core" xmlns:log="jelly:log">
  +<project xmlns:j="jelly:core"
  +         xmlns:maven="jelly:maven"
  +         xmlns:log="jelly:log">
   
     <!-- default goal (same name as plugin -->
     <goal name="struts"
  @@ -41,8 +43,7 @@
         </classpath>
       </taskdef>
   
  -    <j:set var="warBuildDir"
  -      
value="${pom.getPluginContext('maven-war-plugin').getVariable('maven.war.build.dir')}"/>
  +    <maven:get var="warBuildDir" plugin="maven-war-plugin" 
property="maven.war.build.dir"/>
   
       <struts10warvalidator
         warFileName="${warBuildDir}/${pom.artifactId}.war">
  
  
  
  1.40      +1 -1      maven-plugins/struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml       25 Jun 2004 15:24:31 -0000      1.39
  +++ project.xml       9 Jul 2004 12:58:04 -0000       1.40
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-struts-plugin</id>
     <name>Maven Struts Plugin</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.3.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Work with struts jars</shortDescription>
     <url>http://maven.apache.org/reference/plugins/struts/</url>
  
  
  

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

Reply via email to