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 2003/03/27 14:21:39 UTC

cvs commit: maven/src/plugins-build/file-activity plugin.jelly

dion        2003/03/27 05:21:39

  Modified:    src/plugins-build/file-activity plugin.jelly
  Log:
  Explicity use ant name space. In prep for removal of jeez etc
  
  Revision  Changes    Path
  1.8       +5 -4      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	27 Feb 2003 10:30:33 -0000	1.7
  +++ plugin.jelly	27 Mar 2003 13:21:38 -0000	1.8
  @@ -1,10 +1,11 @@
   <?xml version="1.0"?>
   
   <project
  -  xmlns:j="jelly:core"
  -  xmlns:util="jelly:util"
  +  xmlns:ant="jelly:ant"
     xmlns:changelog="changelog"
  -  xmlns:doc="doc">
  +  xmlns:doc="doc"
  +  xmlns:j="jelly:core"
  +  xmlns:util="jelly:util">
   
     <goal name="maven-file-activity-plugin:register">
       <doc:registerReport 
  @@ -85,7 +86,7 @@
         </j:when>
   
         <j:otherwise>
  -        <echo>The Activity report is only available in online mode.</echo>
  +        <ant:echo>The Activity report is only available in online mode.</ant:echo>
         </j:otherwise>
       </j:choose>
   
  
  
  

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