You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/07/09 15:00:19 UTC

cvs commit: maven-plugins/j2ee plugin.jelly project.xml

dion        2004/07/09 06:00:19

  Modified:    j2ee/xdocs changes.xml
               j2ee     plugin.jelly project.xml
  Log:
  Remove use of pom.getPluginContext, replacing with maven:get
  
  Revision  Changes    Path
  1.17      +3 -0      maven-plugins/j2ee/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml	16 May 2004 02:34:08 -0000	1.16
  +++ changes.xml	9 Jul 2004 13:00:18 -0000	1.17
  @@ -25,6 +25,9 @@
       <author email="plynch@apache.org">Peter Lynch</author>
     </properties>
     <body>
  +    <release version="1.5.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="update">Remove pom.getPluginContext code and replace with maven:get</action>
  +    </release>
       <release version="1.5" date="2004-05-15">
         <action dev="dion" type="update">Remove Ant dependency</action>
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
  
  
  
  1.13      +2 -3      maven-plugins/j2ee/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	4 Mar 2004 18:15:20 -0000	1.12
  +++ plugin.jelly	9 Jul 2004 13:00:19 -0000	1.13
  @@ -49,9 +49,8 @@
         </ant:classpath>
       </ant: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"/>
  +    
       <ant:warvalidator warFileName="${warBuildDir}/${pom.artifactId}.war">
         <ant:formatter type="plain" usefile="false"/>
       </ant:warvalidator>
  
  
  
  1.39      +1 -1      maven-plugins/j2ee/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml	25 Jun 2004 15:24:28 -0000	1.38
  +++ project.xml	9 Jul 2004 13:00:19 -0000	1.39
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-j2ee-plugin</id>
     <name>Maven J2EE Plugin</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>J2EE tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/j2ee/</url>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org