From d125a94784b6084ed9a28162b0b2040fb200eec5 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 15 Feb 2011 06:14:18 +0000 Subject: [PATCH] add pack200 to promote script --- releng.control/addRepoProperties.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng.control/addRepoProperties.sh b/releng.control/addRepoProperties.sh index f2a2fe81c..2c868d012 100644 --- a/releng.control/addRepoProperties.sh +++ b/releng.control/addRepoProperties.sh @@ -64,7 +64,7 @@ fi devArgs="$ibmDevArgs \ -Dp2MirrorsURL=${MIRRORURL_ARG} \ -DartifactRepoDirectory=${REPO} \ --Dp2StatsURI=http://download.eclipse.org/stats/webtools/repository/indigo -DstatsArtifactsSuffix="${STATS_TAG_SUFFIX}" -DstatsTrackedArtifacts=org.eclipse.wst.jsdt.feature,org.eclipse.wst.xml_ui.feature,org.eclipse.wst.web_ui.feature,org.eclipse.jst.enterprise_ui.feature" +-Dp2StatsURI=http://download.eclipse.org/stats/webtools/repository${STATS_TAG_VERSIONINDICATOR} -DstatsArtifactsSuffix="${STATS_TAG_SUFFIX}" -DstatsTrackedArtifacts=org.eclipse.wst.jsdt.feature,org.eclipse.wst.xml_ui.feature,org.eclipse.wst.web_ui.feature,org.eclipse.jst.enterprise_ui.feature" echo "dev: " $0 -- GitLab