You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/20 03:54:16 UTC

svn commit: r423707 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml

Author: aadamchik
Date: Wed Jul 19 18:54:15 2006
New Revision: 423707

URL: http://svn.apache.org/viewvc?rev=423707&view=rev
Log:
no need to maintain release version in the RELEASE-NOTES file name

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=423707&r1=423706&r2=423707&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:54:15 2006
@@ -83,14 +83,9 @@
     		<!-- 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">
-			<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"/>
+    		<fileset dir="${notes.dir}" includes="*.txt"/>
     	</copy>
 		
 		<tar tarfile="${dist.base}/${project.name}-${project.version}.tar.gz" compression="gzip">