1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

MOB tag global cvs repo R3_3_1

This commit is contained in:
Martin Oberhuber 2011-09-29 13:47:50 +00:00
parent 1ef96e2dbc
commit 3e432112ae

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # 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 -b R1_0_maintenance readme.txt
#cvs tag -d v20060630 readme.txt #cvs tag -d v20060630 readme.txt
cvs update -l -A . cvs update -l -A .
cvs tag R3_3 cvs tag R3_3_1
cd $curdir cd $curdir
done done