You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by qu...@apache.org on 2003/02/19 23:52:51 UTC

cvs commit: db-torque/src/generator/src/maven-plugin plugin.jelly

quintonm    2003/02/19 14:52:51

  Modified:    src/generator/src/maven-plugin plugin.jelly
  Log:
  Removed some debugging info
  
  Revision  Changes    Path
  1.3       +0 -8      db-torque/src/generator/src/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/maven-plugin/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	19 Feb 2003 22:31:48 -0000	1.2
  +++ plugin.jelly	19 Feb 2003 22:52:51 -0000	1.3
  @@ -23,10 +23,6 @@
       name="torque:init"
       description="Build classpath and define tasks">
   
  -    <echo>
  -    torque.useClasspath=${torque.useClasspath}
  -    </echo>
  -
       <!-- Setup the classpath for torque plugins -->
       <path id="torque-classpath">
         <pathelement path="${plugin.getDependencyPath('commons-collections')}"/>
  @@ -83,10 +79,6 @@
         name="torque-sql-transform"
         classpathref="torque-classpath"
         classname="org.apache.torque.task.TorqueSQLTransformTask"/>
  -
  -    <echo>
  -    torque.useClasspath=${torque.useClasspath}
  -    </echo>
   
     </goal>