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/26 16:25:45 UTC

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

Author: rhillegas
Date: Tue Sep 26 07:25:45 2006
New Revision: 450060

URL: http://svn.apache.org/viewvc?view=rev&rev=450060
Log:
DERBY-1529: Move LICENSE and NOTICE files to the customary place in an Apache plugin.

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=450060&r1=450059&r2=450060
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Tue Sep 26 07:25:45 2006
@@ -875,8 +875,8 @@
                <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"/>
+       <copy todir="${derby.jar.dir}/${plugin.tmp.dir}/${plugin.dir}/${plugin.core.dir}" file="LICENSE"/>
+       <copy todir="${derby.jar.dir}/${plugin.tmp.dir}/${plugin.dir}/${plugin.core.dir}" file="NOTICE"/>
 
        <delete file="${derby.jar.dir}/${plugin.tmp.dir}/plugintmp.properties"/>
        <delete file="${derby.jar.dir}/${plugin.tmp.dir}/plugin.xml"/>