From d514d2d86d99c887533d871e8bf0019e08462e76 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 1 Mar 2010 13:12:21 +0000 Subject: [PATCH] [releng] Fix generation of milestone site --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 4dc7dba5c3f..4fc018183f2 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -269,7 +269,7 @@ elif [ ${TYPE} = testSigned ]; then web/site.xsl > web/site.xsl.new mv -f web/site.xsl.new web/site.xsl elif [ ${TYPE} = milestone ]; then - echo "Working on milestone update site" + echo "Working on ${VERSION} milestone update site" TPTYPE="${VERSION} Milestone" TPVERSION="${TPVERSION} ${TPTYPE}" echo "Expect that you copied your features and plugins yourself" @@ -295,7 +295,7 @@ being contributed to the Galileo coordinated release train (Eclipse 3.5.x).' \ web/site.xsl > web/site.xsl.new mv -f web/site.xsl.new web/site.xsl elif [ ${TYPE} = interim ]; then - echo "Working on interim update site" + echo "Working on ${VERSION} interim update site" TPTYPE="${VERSION} Interim" TPVERSION="${TPVERSION} ${TPTYPE}" echo "Expect that you copied your features and plugins yourself"