diff options
author | Sravan Kumar Lakkimsetti | 2019-10-30 10:57:43 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2019-10-30 10:57:43 +0000 |
commit | 7d6b16ab161430c6c66eb8af1a34788a479ab9c0 (patch) | |
tree | 60b84bed03bb1a74f3f088896f4e4874b8d64636 /cje-production | |
parent | 025f3d51cbc6c207dea16fa79c0a746d356e9eb8 (diff) | |
download | eclipse.platform.releng.aggregator-7d6b16ab161430c6c66eb8af1a34788a479ab9c0.tar.gz eclipse.platform.releng.aggregator-7d6b16ab161430c6c66eb8af1a34788a479ab9c0.tar.xz eclipse.platform.releng.aggregator-7d6b16ab161430c6c66eb8af1a34788a479ab9c0.zip |
Bug 552552 - Develop scripts to add to repo and delete from repo for JIRO use
Change-Id: Ic437b864e92d64e28580caa1e0749f3b4f9c0958
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-x | cje-production/scripts/runAntRunner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/scripts/runAntRunner.sh b/cje-production/scripts/runAntRunner.sh index 26f5c87e5..f85bc7dd7 100755 --- a/cje-production/scripts/runAntRunner.sh +++ b/cje-production/scripts/runAntRunner.sh @@ -65,7 +65,7 @@ fi echo -devworkspace="${BUILD_HOME}"/workspace-antRunner +devworkspace=${WORKSPACE}/workspace-antRunner devArgs=-Xmx512m echo |