dion        2003/07/30 22:39:57

  Modified:    src/plugins-build/statcvs plugin.jelly
               .        maven.xml
               src/plugins-build/linkcheck maven.xml
               src/conf driver.jelly
               src/plugins-build/ashkelon maven.xml
               src/plugins-build/site plugin.jelly
               src/plugins-build/dist plugin.jelly
               xdocs/reference user-guide.xml
               src/plugins-build/deploy plugin.jelly
               src/plugins-build/native/samples/helloworld maven.xml
               src/plugins-build/jar plugin.jelly
  Log:
  Remove usage of driver.jelly "maven" taglib.
  
  Revision  Changes    Path
  1.8       +1 -2      maven/src/plugins-build/statcvs/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/statcvs/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      11 Jul 2003 12:40:24 -0000      1.7
  +++ plugin.jelly      31 Jul 2003 05:39:57 -0000      1.8
  @@ -4,8 +4,7 @@
     xmlns:j="jelly:core"
     xmlns:maven="jelly:maven"
     xmlns:ant="jelly:ant"
  -  xmlns:doc="doc"
  -  xmlns:m="maven">
  +  xmlns:doc="doc">
     
     <!-- ==================================================================
            Generate CVS statistics on the current CVS project
  
  
  
  1.87      +0 -1      maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- maven.xml 31 Jul 2003 04:35:51 -0000      1.86
  +++ maven.xml 31 Jul 2003 05:39:57 -0000      1.87
  @@ -3,7 +3,6 @@
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"
     xmlns:maven="jelly:maven"
  -  xmlns:m="maven"
     xmlns:deploy="deploy">
   
     <goal name="build">
  
  
  
  1.3       +1 -5      maven/src/plugins-build/linkcheck/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 22 Apr 2003 11:48:49 -0000      1.2
  +++ maven.xml 31 Jul 2003 05:39:57 -0000      1.3
  @@ -1,8 +1,4 @@
  -<project default="jar:jar"
  -  xmlns:j="jelly:core"
  -  xmlns:u="jelly:util"
  -  xmlns:ant="jelly:ant"
  -  xmlns:m="maven">
  +<project default="jar:jar">
   
   
        <postGoal name="java:compile">
  
  
  
  1.24      +1 -2      maven/src/conf/driver.jelly
  
  Index: driver.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/driver.jelly,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- driver.jelly      31 Jul 2003 05:20:56 -0000      1.23
  +++ driver.jelly      31 Jul 2003 05:39:57 -0000      1.24
  @@ -5,8 +5,7 @@
     xmlns:ant="jelly:ant"
     xmlns:define="jelly:define"
     xmlns:util="jelly:util"
  -  xmlns:resources="resources"
  -  xmlns:m="maven">
  +  xmlns:resources="resources">
   
     <!-- ================================================================== -->
     <!-- M A V E N  T A G  L I B R A R Y                                    -->
  
  
  
  1.3       +1 -10     maven/src/plugins-build/ashkelon/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/ashkelon/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 22 Apr 2003 11:48:49 -0000      1.2
  +++ maven.xml 31 Jul 2003 05:39:57 -0000      1.3
  @@ -1,11 +1,2 @@
  -<project default="jar:jar"
  -  xmlns:j="jelly:core"
  -  xmlns:u="jelly:util"
  -  xmlns:ant="jelly:ant"
  -  xmlns:m="maven">
  -
  -
  -     
  -     
  -  
  +<project default="jar:jar">
   </project>
  
  
  
  1.17      +1 -2      maven/src/plugins-build/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/site/plugin.jelly,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- plugin.jelly      31 Jul 2003 04:36:18 -0000      1.16
  +++ plugin.jelly      31 Jul 2003 05:39:57 -0000      1.17
  @@ -2,8 +2,7 @@
   
   <project
     xmlns:j="jelly:core"
  -  xmlns:maven="jelly:maven"
  -  xmlns:m="maven">
  +  xmlns:maven="jelly:maven">
   
     <!-- ================================================================== -->
     <!-- S I T E  G E N E R A T I O N                                       -->
  
  
  
  1.8       +1 -2      maven/src/plugins-build/dist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/dist/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      31 Jul 2003 04:36:19 -0000      1.7
  +++ plugin.jelly      31 Jul 2003 05:39:57 -0000      1.8
  @@ -4,8 +4,7 @@
     xmlns:j="jelly:core"
     xmlns:ant="jelly:ant"
     xmlns:maven="jelly:maven"
  -  xmlns:deploy="deploy"
  -  xmlns:m="maven">
  +  xmlns:deploy="deploy">
   
     <!-- ================================================================== -->
     <!-- D I S T R I B U T I O N S                                          -->
  
  
  
  1.58      +0 -9      maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- user-guide.xml    28 Jul 2003 12:55:44 -0000      1.57
  +++ user-guide.xml    31 Jul 2003 05:39:57 -0000      1.58
  @@ -328,7 +328,6 @@
   <source><![CDATA[
   <project
     default="nightly-build"
  -  xmlns:m="maven"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util">
   
  @@ -371,14 +370,6 @@
                   This tells Jelly that all XML elements prefixed with <code>j:</code>
                   are part of the predefined tag library registered with jelly
                   under the identifier <code>core</code>
  -              </p>
  -            </li>
  -            <li>
  -              <code>xmlns:m="maven"</code>
  -              <p>
  -                This tells Jelly that all XML elements prefixed with <code>m:</code>
  -                are part of the tag library registered with jelly
  -                under the identifier <code>maven</code>.
                 </p>
               </li>
               <li>
  
  
  
  1.8       +1 -2      maven/src/plugins-build/deploy/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/deploy/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly      31 Jul 2003 04:36:19 -0000      1.7
  +++ plugin.jelly      31 Jul 2003 05:39:57 -0000      1.8
  @@ -7,8 +7,7 @@
     xmlns:define="jelly:define"
     xmlns:deploy="deploy"
     xmlns:util="jelly:util"
  -  xmlns:log="jelly:log"
  -  xmlns:m="maven">
  +  xmlns:log="jelly:log">
     
     <!--
      |
  
  
  
  1.4       +1 -4      maven/src/plugins-build/native/samples/helloworld/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/native/samples/helloworld/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 22 Apr 2003 11:48:49 -0000      1.3
  +++ maven.xml 31 Jul 2003 05:39:57 -0000      1.4
  @@ -1,9 +1,6 @@
   <project default="jar:jar"
     xmlns:j="jelly:core"
  -  xmlns:u="jelly:util"
  -  xmlns:ant="jelly:ant"
  -  xmlns:maven="jelly:maven"
  -  xmlns:m="maven">
  +  xmlns:ant="jelly:ant">
   
     <goal name="runsample" description="run sample" prereqs="native:compile">
        <mkdir dir="${maven.build.dir}/samples"/>
  
  
  
  1.15      +1 -2      maven/src/plugins-build/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jar/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly      31 Jul 2003 04:36:19 -0000      1.14
  +++ plugin.jelly      31 Jul 2003 05:39:57 -0000      1.15
  @@ -8,8 +8,7 @@
     xmlns:deploy="deploy"
     xmlns:resources="resources"
     xmlns:util="jelly:util"
  -  xmlns:doc="doc"
  -  xmlns:m="maven">
  +  xmlns:doc="doc">
   
     <!-- ================================================================== -->
     <!-- J A R                                                              -->
  
  
  

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

Reply via email to