Author: tv Date: Thu Nov 23 16:09:45 2006 New Revision: 478714 URL: http://svn.apache.org/viewvc?view=rev&rev=478714 Log: Make sure the license is in the distribution.
Modified: db/torque/generator/trunk/maven.xml db/torque/runtime/trunk/maven.xml db/torque/templates/trunk/maven.xml Modified: db/torque/generator/trunk/maven.xml URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/maven.xml?view=diff&rev=478714&r1=478713&r2=478714 ============================================================================== --- db/torque/generator/trunk/maven.xml (original) +++ db/torque/generator/trunk/maven.xml Thu Nov 23 16:09:45 2006 @@ -82,6 +82,7 @@ <copy todir="${maven.dist.bin.assembly.dir}"> <fileset file='${basedir}/common/NOTICE'/> + <fileset file='${basedir}/common/LICENSE.txt'/> </copy> </preGoal> @@ -97,8 +98,9 @@ <include name="project.properties"/> </fileset> </copy> - <copy todir="${maven.dist.bin.assembly.dir}"> + <copy todir="${maven.dist.src.assembly.dir}"> <fileset file='${basedir}/common/NOTICE'/> + <fileset file='${basedir}/common/LICENSE.txt'/> </copy> </preGoal> Modified: db/torque/runtime/trunk/maven.xml URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/maven.xml?view=diff&rev=478714&r1=478713&r2=478714 ============================================================================== --- db/torque/runtime/trunk/maven.xml (original) +++ db/torque/runtime/trunk/maven.xml Thu Nov 23 16:09:45 2006 @@ -63,6 +63,7 @@ <include name="master/*" /> </fileset> <fileset file='${basedir}/common/NOTICE'/> + <fileset file='${basedir}/common/LICENSE.txt'/> </copy> </preGoal> @@ -79,6 +80,7 @@ <include name="project.xml"/> <include name="project.properties"/> <include name="NOTICE"/> + <include name="LICENSE.txt"/> </fileset> </copy> </preGoal> Modified: db/torque/templates/trunk/maven.xml URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/maven.xml?view=diff&rev=478714&r1=478713&r2=478714 ============================================================================== --- db/torque/templates/trunk/maven.xml (original) +++ db/torque/templates/trunk/maven.xml Thu Nov 23 16:09:45 2006 @@ -39,8 +39,9 @@ <include name="project.properties"/> </fileset> </copy> - <copy todir="${maven.dist.bin.assembly.dir}"> + <copy todir="${maven.dist.src.assembly.dir}"> <fileset file='${basedir}/common/NOTICE'/> + <fileset file='${basedir}/common/LICENSE.txt'/> </copy> </preGoal> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]