Author: aadamchik
Date: Sat Sep 23 14:11:53 2006
New Revision: 449301

URL: http://svn.apache.org/viewvc?view=rev&rev=449301
Log:
including KEYS file in release

Modified:
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/build.xml

Modified: 
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/build.xml?view=diff&rev=449301&r1=449300&r2=449301
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/build.xml 
(original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/build.xml 
Sat Sep 23 14:11:53 2006
@@ -89,6 +89,9 @@
        <copy tofile="${dist}/UPGRADE.txt">
                        <fileset dir="${notes.dir}" includes="UPGRADE*"/>
                </copy>
+               <copy tofile="${dist}/KEYS">
+                       <fileset dir="${notes.dir}" includes="KEYS"/>
+               </copy>
        <copy todir="${dist}">
                <fileset dir="${license.dir}/top"/>
        </copy>


Reply via email to