You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/09/24 01:04:25 UTC

svn commit: r449329 - /db/derby/code/branches/10.2/build.xml

Author: rhillegas
Date: Sat Sep 23 16:04:25 2006
New Revision: 449329

URL: http://svn.apache.org/viewvc?view=rev&rev=449329
Log:
DERBY-1725: Merge DERBY-1529 from trunk to 10.2 branch.

Modified:
    db/derby/code/branches/10.2/build.xml

Modified: db/derby/code/branches/10.2/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/build.xml?view=diff&rev=449329&r1=449328&r2=449329
==============================================================================
--- db/derby/code/branches/10.2/build.xml (original)
+++ db/derby/code/branches/10.2/build.xml Sat Sep 23 16:04:25 2006
@@ -875,6 +875,9 @@
                <fileset dir="${derby.jar.dir}/${plugin.tmp.dir}" includes="plugin*.xml"/>
        </copy>
 
+       <copy todir="${derby.jar.dir}/${plugin.tmp.dir}" file="LICENSE"/>
+       <copy todir="${derby.jar.dir}/${plugin.tmp.dir}" file="NOTICE"/>
+
        <delete file="${derby.jar.dir}/${plugin.tmp.dir}/plugintmp.properties"/>
        <delete file="${derby.jar.dir}/${plugin.tmp.dir}/plugin.xml"/>