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/01/04 12:12:49 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/console plugin.jelly

dion        2003/01/04 03:12:48

  Modified:    src/plugins-build/console plugin.jelly
  Log:
  change use of non-default namespace for root element
  
  Revision  Changes    Path
  1.11      +2 -3      jakarta-turbine-maven/src/plugins-build/console/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/console/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	8 Dec 2002 17:18:16 -0000	1.10
  +++ plugin.jelly	4 Jan 2003 11:12:48 -0000	1.11
  @@ -1,8 +1,7 @@
   <?xml version="1.0"?>
   
  -<jj:project 
  +<project 
     xmlns:j="jelly:core" 
  -  xmlns:jj="jelly:jeez" 
     xmlns:i="jelly:interaction" 
     xmlns:log="jelly:log"
     xmlns:util="jelly:util">
  @@ -62,4 +61,4 @@
       quit - quits the console
   
     </goal>
  -</jj:project>
  +</project>