dion        2003/03/29 04:54:34

  Modified:    src/plugins-build/j2ee plugin.jelly
  Log:
  Explicity use ant name space. In prep for removal of jeez etc
  
  Revision  Changes    Path
  1.8       +3 -3      maven/src/plugins-build/j2ee/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/j2ee/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      29 Mar 2003 12:38:37 -0000      1.7
  +++ plugin.jelly      29 Mar 2003 12:54:34 -0000      1.8
  @@ -32,9 +32,9 @@
       <j:set var="warBuildDir"
         
value="${pom.getPluginContext('maven-war-plugin').getVariable('maven.war.build.dir')}"/>
   
  -    <warvalidator warFileName="${warBuildDir}/${pom.artifactId}.war">
  -      <formatter type="plain" usefile="false"/>
  -    </warvalidator>
  +    <ant:warvalidator warFileName="${warBuildDir}/${pom.artifactId}.war">
  +      <ant:formatter type="plain" usefile="false"/>
  +    </ant:warvalidator>
     </goal>
   
   </project>
  
  
  

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

Reply via email to