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 mp...@apache.org on 2003/02/22 16:10:02 UTC

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

mpoeschl    2003/02/22 07:10:02

  Modified:    src/generator/src/maven-plugin project.xml
  Removed:     src/generator/src/maven-plugin maven.xml
  Log:
  use the maven plugin-plugin
  
  Revision  Changes    Path
  1.5       +9 -0      db-torque/src/generator/src/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/maven-plugin/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	19 Feb 2003 22:28:36 -0000	1.4
  +++ project.xml	22 Feb 2003 15:10:02 -0000	1.5
  @@ -186,6 +186,15 @@
       <!-- Resources that are packaged up inside the JAR file -->
   
       <resources>
  +      <resource>
  +        <directory>${basedir}</directory>
  +        <includes>
  +          <include>plugin.jelly</include>
  +          <include>plugin.properties</include>
  +          <include>project.properties</include>
  +          <include>project.xml</include>
  +        </includes>
  +      </resource>
       </resources>
   
       <jars>