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 00:57:14 UTC

svn commit: r449326 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Sat Sep 23 15:57:13 2006
New Revision: 449326

URL: http://svn.apache.org/viewvc?view=rev&rev=449326
Log:
DERBY-1529: Add LICENSE and NOTICE file to Eclipse core plugin zip.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?view=diff&rev=449326&r1=449325&r2=449326
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sat Sep 23 15:57:13 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"/>