You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by qu...@apache.org on 2003/04/10 22:15:57 UTC

cvs commit: maven-plugins/maven-torque-plugin plugin.properties

quintonm    2003/04/10 13:15:57

  Modified:    maven-torque-plugin plugin.properties
  Log:
  The output directory is now maven.build.dir.  The old default had the plugin
  generating reports, sql files, and other things into target/classes.
  
  Revision  Changes    Path
  1.2       +1 -1      maven-plugins/maven-torque-plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/maven-torque-plugin/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	10 Apr 2003 19:52:40 -0000	1.1
  +++ plugin.properties	10 Apr 2003 20:15:57 -0000	1.2
  @@ -29,7 +29,7 @@
   #
   # -------------------------------------------------------------------
   
  -outputDirectory = ${maven.build.dest}
  +outputDirectory = ${maven.build.dir}
   schemaDirectory = ${maven.src.dir}/schema
   templatePath = ${maven.src.dir}/torqueTemplates
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org