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 19:34:54 UTC

svn commit: r423999 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl

Author: aadamchik
Date: Thu Jul 20 10:34:53 2006
New Revision: 423999

URL: http://svn.apache.org/viewvc?rev=423999&view=rev
Log:
fixing nightly build script to handle the new project layout

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl?rev=423999&r1=423998&r2=423999&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/bin/nightly-build.pl Thu Jul 20 10:34:53 2006
@@ -167,15 +167,6 @@
 	while(<DEFAULT_PROPS>) {
 		chomp;
 		if(/^project\.version\s*=\s*(.+)$/) {
-
-			# make sure RELEASE-NOTES with the right version exist
-                       copy("../cayenne-other/release-notes/RELEASE-NOTES-$1.txt", 
-                             "../cayenne-other/release-notes/RELEASE-NOTES-$1-$label.txt") 
-                             or die_with_email("Can't copy RELEASE-NOTES: $!\n");
-                       # copy UPGRADE
-                       copy("../cayenne-other/release-notes/UPGRADE-$1.txt", 
-                             "../cayenne-other/release-notes/UPGRADE-$1-$label.txt") 
-                             or die_with_email("Can't copy UPGRADE: $!\n");
                         return "$1-$label"; 
 		}
 	}