From 3e432112ae2a6c19972b86ad92e6443ef491fde2 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 29 Sep 2011 13:47:50 +0000 Subject: [PATCH] MOB tag global cvs repo R3_3_1 --- releng/org.eclipse.rse.build/bin/update_global_cvs_tags.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ed89a8dfe90..4940e57e079 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 @@ -1,6 +1,6 @@ #!/bin/sh #******************************************************************************* -# Copyright (c) 2007, 2010 Wind River Systems, Inc. and others. +# Copyright (c) 2007, 2011 Wind River Systems, Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -47,6 +47,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 R3_3 + cvs tag R3_3_1 cd $curdir done