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 tv...@apache.org on 2008/02/29 00:09:26 UTC

svn commit: r632154 - in /db/torque: generator/trunk/project.xml maven-plugin/trunk/project.xml templates/trunk/project.xml

Author: tv
Date: Thu Feb 28 15:09:19 2008
New Revision: 632154

URL: http://svn.apache.org/viewvc?rev=632154&view=rev
Log:
Make sure NOTICE is included

Modified:
    db/torque/generator/trunk/project.xml
    db/torque/maven-plugin/trunk/project.xml
    db/torque/templates/trunk/project.xml

Modified: db/torque/generator/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/project.xml?rev=632154&r1=632153&r2=632154&view=diff
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Thu Feb 28 15:09:19 2008
@@ -184,6 +184,13 @@
                     <include>simplelog.properties</include>
                 </includes>
             </resource>
+            <resource>
+                <directory>${basedir}/common</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>NOTICE</include>
+                </includes>
+            </resource>
         </resources>
     </build>
 </project>

Modified: db/torque/maven-plugin/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/project.xml?rev=632154&r1=632153&r2=632154&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Thu Feb 28 15:09:19 2008
@@ -150,6 +150,13 @@
           <include>project.xml</include>
         </includes>
       </resource>
+      <resource>
+        <directory>${basedir}/common</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE</include>
+        </includes>
+      </resource>
     </resources>
   </build>
 </project>

Modified: db/torque/templates/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/project.xml?rev=632154&r1=632153&r2=632154&view=diff
==============================================================================
--- db/torque/templates/trunk/project.xml (original)
+++ db/torque/templates/trunk/project.xml Thu Feb 28 15:09:19 2008
@@ -48,6 +48,13 @@
           <include>**/*</include>
         </includes>
       </resource>
+      <resource>
+        <directory>${basedir}/common</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE</include>
+        </includes>
+      </resource>
     </resources>
   </build>
 </project>



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