Author: aadamchik
Date: Wed Jul 19 18:25:08 2006
New Revision: 423696

URL: http://svn.apache.org/viewvc?rev=423696&view=rev
Log:
switching to single cummulative release notes and upgrade files per
release branch (from separate file per milestone release)

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml?rev=423696&r1=423695&r2=423696&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml Wed Jul 19 
18:25:08 2006
@@ -83,8 +83,12 @@
                <!-- note that the docs have to be already prebuilt from 
Confluence and checked in -->
                <ant antfile="ant/doc.xml" target="doc-install" 
inheritrefs="true"/>
                
-               <copy tofile="${dist}/RELEASE-NOTES.txt" 
file="${notes.dir}/RELEASE-NOTES-${project.version}.txt"/>
-               <copy tofile="${dist}/UPGRADE.txt" 
file="${notes.dir}/UPGRADE-${project.version}.txt"/>
+               <copy tofile="${dist}/RELEASE-NOTES.txt">
+                       <fileset dir="${notes.dir}" includes="RELEASE-NOTES*"/>
+               </copy>
+       <copy tofile="${dist}/UPGRADE.txt">
+                       <fileset dir="${notes.dir}" includes="UPGRADE*"/>
+               </copy>
        <copy todir="${dist}">
                <fileset dir="${license.dir}/top"/>
        </copy>


Reply via email to