You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/01/08 00:02:10 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/xdoc plugin.jelly project.xml

kaz         2003/01/07 15:02:10

  Modified:    src/plugins-build/plexus plugin.jelly project.xml
               src/plugins-build/uberjar plugin.jelly project.xml
               src/plugins-build/xdoc plugin.jelly project.xml
  Log:
  Updated the three plugins that use the Velocity taglib as its been moved
  to the Jelly repository now ...
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly	7 Jan 2003 13:01:34 -0000	1.9
  +++ plugin.jelly	7 Jan 2003 23:02:09 -0000	1.10
  @@ -3,7 +3,7 @@
     xmlns:maven="jelly:maven"
     xmlns:util="jelly:util"
     xmlns:define="jelly:define"
  -  xmlns:velocity="jelly:org.apache.maven.jelly.tags.velocity.VelocityTagLibrary"
  +  xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
     xmlns:reactor="reactor"
     xmlns:deploy="deploy"
     xmlns:plexus="plexus">
  
  
  
  1.7       +9 -0      jakarta-turbine-maven/src/plugins-build/plexus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	7 Jan 2003 13:22:06 -0000	1.6
  +++ project.xml	7 Jan 2003 23:02:09 -0000	1.7
  @@ -29,6 +29,15 @@
     <developers/>
   
     <dependencies>
  +
  +    <dependency>
  +      <id>commons-jelly+tags-velocity</id>
  +      <version>SNAPSHOT</version>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency>
  +
       <dependency>
         <id>xerces</id>
         <version>2.0.2</version>
  
  
  
  1.8       +1 -1      jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	31 Dec 2002 12:18:58 -0000	1.7
  +++ plugin.jelly	7 Jan 2003 23:02:10 -0000	1.8
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <project xmlns:j="jelly:core"
  -  xmlns:velocity="jelly:org.apache.maven.jelly.tags.velocity.VelocityTagLibrary">
  +  xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary">
   
     <!--==================================================================-->
     <!-- Default goal : Builds a uberjar file                             -->
  
  
  
  1.9       +8 -0      jakarta-turbine-maven/src/plugins-build/uberjar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	7 Jan 2003 13:22:01 -0000	1.8
  +++ project.xml	7 Jan 2003 23:02:10 -0000	1.9
  @@ -88,6 +88,14 @@
     <!-- jar files the project is dependent on -->
     <dependencies>
       <dependency>
  +      <id>commons-jelly+tags-velocity</id>
  +      <version>SNAPSHOT</version>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency>
  +
  +    <dependency>
         <id>classworlds</id>
         <version>SNAPSHOT</version>
         <url>http://classworlds.werken.com</url>
  
  
  
  1.41      +1 -1      jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- plugin.jelly	4 Jan 2003 02:46:31 -0000	1.40
  +++ plugin.jelly	7 Jan 2003 23:02:10 -0000	1.41
  @@ -7,7 +7,7 @@
     xmlns:pom="pom"
     xmlns:util="jelly:util"
     xmlns:x="jelly:xml"
  -  xmlns:velocity="jelly:org.apache.maven.jelly.tags.velocity.VelocityTagLibrary"
  +  xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
     xmlns:doc="doc">
   
   
  
  
  
  1.29      +8 -0      jakarta-turbine-maven/src/plugins-build/xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	7 Jan 2003 13:22:06 -0000	1.28
  +++ project.xml	7 Jan 2003 23:02:10 -0000	1.29
  @@ -97,6 +97,14 @@
       </dependency>
   
       <dependency>
  +      <id>commons-jelly+tags-velocity</id>
  +      <version>SNAPSHOT</version>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency>
  +
  +    <dependency>
         <id>maven</id>
         <version>b5</version>
         <jar>maven.jar</jar>