diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 8c7bbaf3409..64b34ed3dc2 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -1,6 +1,6 @@ #!/bin/sh #******************************************************************************* -# Copyright (c) 2006, 2007 Wind River Systems, Inc. +# Copyright (c) 2006, 2008 Wind River Systems, Inc. # 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 @@ -63,7 +63,7 @@ if [ `basename $SITE` = testUpdates ]; then mv -f index.html.new index.html sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/testUpdates,g' \ -e 's,Project 2.0 Update,Project Test Update,g' \ - -e '//,//d' \ + -e '//,//d' \ site.xml > site.xml.new mv -f site.xml.new site.xml sed -e 's,Project 2.0 Update,Project Test Update,g' \ @@ -184,7 +184,7 @@ elif [ `basename $SITE` = signedUpdates ]; then mv -f index.html.new index.html sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/signedUpdates,g' \ -e 's,Project 2.0 Update,Project Signed Test Update,g' \ - -e '//,//d' \ + -e '//,//d' \ site.xml > site.xml.new mv -f site.xml.new site.xml sed -e 's,Project 2.0 Update,Project Signed Test Update,g' \ @@ -218,8 +218,8 @@ This site contains Target Management Milestones (I-, S- and M- builds) which are being contributed to the Europa coordinated release train (Eclipse 3.3).' \ index.html > index.html.new mv -f index.html.new index.html - ## keep 2.0.1 features in site.xml - ## -e '//,//d' \ + ## keep 2.0.x features in site.xml + ## -e '//,//d' \ sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/milestones,g' \ -e 's,Project 2.0 Update,Project Milestone Update,g' \ site.xml > site.xml.new @@ -241,8 +241,8 @@ This site contains Target Management Interim Maintenance builds (M-builds) in or to test them before going live.' \ index.html > index.html.new mv -f index.html.new index.html - ## keep 2.0.1 features in site.xml - ## -e '//,//d' \ + ## keep 2.0.x features in site.xml + ## -e '//,//d' \ sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/interim,g' \ -e 's,Project 2.0 Update,Project Interim Update,g' \ site.xml > site.xml.new @@ -267,7 +267,7 @@ being contributed to the Ganymede coordinated release train (Eclipse 3.4).' \ ## dont keep 2.0.x features in site.xml sed -e 's,/dsdp/tm/updates/2.0,/dsdp/tm/updates/3.0,g' \ -e 's,Project 2.0 Update,Project 3.0 Milestone Update,g' \ - -e '//,//d' \ + -e '//,//d' \ site.xml > site.xml.new mv -f site.xml.new site.xml sed -e 's,Project 2.0 Update,Project 3.0 Milestone Update,g' \ @@ -280,7 +280,7 @@ else stamp=`date +'%Y%m%d-%H%M'` rm index.html site.xml web/site.xsl cvs -q update -dPR - sed -e '//,//d' \ + sed -e '//,//d' \ site.xml > site.xml.new1 sed -e '//,//d' \ site.xml.new1 > site.xml.new