From a5b4879de38531acc9ad329f692cc1ec6bad92d7 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 7 Aug 2009 11:43:07 +0000 Subject: [PATCH] [releng] tag cvs topmodules --- releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh b/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh index e3a4288c4db..d3a36060518 100755 --- a/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh +++ b/releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh @@ -48,6 +48,6 @@ for topmod in $TOPMODULES ; do #cvs tag -b R1_0_maintenance readme.txt #cvs tag -d v20060630 readme.txt cvs update -l -A . - cvs tag R2_0_1 + cvs tag R3_1 cd $curdir done