From 681f557d2414c2008f883642766bf0a12a42c555 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 15 Feb 2011 06:10:43 +0000
Subject: [PATCH] add pack200 to promote script

---
 releng.control/addRepoProperties.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/releng.control/addRepoProperties.sh b/releng.control/addRepoProperties.sh
index 6842b4d12..42c08dea9 100644
--- a/releng.control/addRepoProperties.sh
+++ b/releng.control/addRepoProperties.sh
@@ -1,7 +1,8 @@
 #!/usr/bin/env bash
 
 # use of this script requires our WTP addRepoProperties app to have already been added to eclipse instance.
-# TODO: we could probably integrate and always call 'install-relengTools.sh' for ease? safety?
+# TODO: we could probably integrate and always call 'install-relengTools.sh' for ease? Just a little longer? and might update, when not intended or expected (e.g. untested changes?) 
+#${RELENG_CONTROL}/install-relengTools.sh
 
 APP_NAME=org.eclipse.wtp.releng.tools.addRepoProperties
 
@@ -26,11 +27,13 @@ ibmDevArgs="-Xms128M -Xmx256M -Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86"
 #BUILD_BRANCH=R3.3.0
 #BUILD_ID=S-3.3.0M4-20101209114749
 #STATS_TAG_SUFFIX=_indigo_M4
+$STATS_TAG_VERSIONINDICATOR=/indigo
 
 REPO=$1
 BUILD_BRANCH=$2
 BUILD_ID=$3
-STATS_TAG_SUFFIX=$4
+STATS_TAG_VERSIONINDICATOR=$4
+STATS_TAG_SUFFIX=$5
 
 if [[ -z "${REPO}" ]]
 then
-- 
GitLab