Skip to content
Snippets Groups Projects
Commit 681f557d authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent f66cc3da
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment