dion        2003/09/15 21:16:43

  Modified:    src/plugins-build/torque plugin.jelly project.xml
               src/plugins-build/torque/xdocs changes.xml
  Log:
  Apply MAVEN-690
  
  Revision  Changes    Path
  1.10      +3 -3      maven/src/plugins-build/torque/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/torque/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      8 Sep 2003 09:31:27 -0000       1.9
  +++ plugin.jelly      16 Sep 2003 04:16:43 -0000      1.10
  @@ -31,8 +31,8 @@
         <pathelement path="${plugin.getDependencyPath('velocity')}"/>
         <pathelement path="${plugin.getDependencyPath('village')}"/>
         <pathelement path="${plugin.getDependencyPath('xercesImpl')}"/>
  -      <pathelement path="${plugin.getDependencyPath('xmlParserAPIs')}"/>
  -      <pathelement path="${plugin.getDependencyPath('torque-gen')}"/>
  +      <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +      <pathelement path="${plugin.getDependencyPath('torque:torque-gen')}"/>
         <pathelement path="${pom.getDependencyClasspath()}"/>
         <path refid="maven.dependency.classpath"/>
       </path>
  @@ -42,7 +42,7 @@
   
            Note: I have no idea why this file is not already processed by the plugin..
         -->
  -    <property file="${maven.plugin.dir}/maven-torque-plugin-3.1/plugin.properties"/>
  +    <property 
file="${maven.plugin.dir}/maven-torque-plugin-3.2-SNAPSHOT/plugin.properties"/>
   
       <!-- Define all of the tasks -->
       <taskdef
  
  
  
  1.14      +4 -4      maven/src/plugins-build/torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/torque/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       2 Sep 2003 10:23:33 -0000       1.13
  +++ project.xml       16 Sep 2003 04:16:43 -0000      1.14
  @@ -80,7 +80,7 @@
       </dependency>
       <dependency>
         <id>commons-dbcp</id>
  -      <version>1.1-dev.20021231.055112</version>
  +      <version>20030818.201141</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  @@ -116,21 +116,21 @@
       <dependency>
         <groupId>torque</groupId>
         <artifactId>torque-gen</artifactId>
  -      <version>3.1-alpha2</version>
  +      <version>3.1-beta1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
       </dependency>
       <dependency>
         <id>velocity</id>
  -      <version>1.4-dev</version>
  +      <version>1.3.1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
       </dependency>
       <dependency>
         <id>village</id>
  -      <version>2.0-dev-20021111</version>
  +      <version>2.0-dev-20030625</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  
  
  
  1.5       +1 -0      maven/src/plugins-build/torque/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/torque/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       8 Sep 2003 09:31:27 -0000       1.4
  +++ changes.xml       16 Sep 2003 04:16:43 -0000      1.5
  @@ -7,6 +7,7 @@
   
     <body>
       <release version="3.2" date="in CVS">
  +      <action dev="dion" type="fix">Apply MAVEN-690</action>
         <action dev="evenisse" type="fix">
           Fix prereqs of torque:om-zip goal.
         </action>
  
  
  

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

Reply via email to