diff options
author | Ed Willink | 2014-07-14 10:33:25 +0000 |
---|---|---|
committer | Ed Willink | 2014-07-14 10:33:25 +0000 |
commit | 71e3ac98e7414c982174b207aaeae3abd0624613 (patch) | |
tree | 86b73d811748472e1ea9bf78e0cf62a038f3a4be /releng/org.eclipse.qvtd.releng.buckminster | |
parent | 102e74104ddb5f61da29d2c341dc7baab87a7552 (diff) | |
download | org.eclipse.qvtd-71e3ac98e7414c982174b207aaeae3abd0624613.tar.gz org.eclipse.qvtd-71e3ac98e7414c982174b207aaeae3abd0624613.tar.xz org.eclipse.qvtd-71e3ac98e7414c982174b207aaeae3abd0624613.zip |
[439512] Define path for OCL GIT repo for xtext.tests bundle
Diffstat (limited to 'releng/org.eclipse.qvtd.releng.buckminster')
-rw-r--r-- | releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh | 1 | ||||
-rw-r--r-- | releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-pre-buckminster.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh index d160b9165..ad507bd0b 100644 --- a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh +++ b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-pre-buckminster.sh @@ -54,6 +54,7 @@ COMPACT_BUILD_ID="${COMPACT_BUILD_ID:0:12}" echo "eclipse.staging.area=/shared/download-staging.priv/qvtd" echo "git.qvtd.local.repository.location=${WORKSPACE}/org.eclipse.qvtd.git" echo "git.license.local.repository.location=${WORKSPACE}/org.eclipse.license.git" + echo "git.ocl.local.repository.location=${WORKSPACE}/org.eclipse.ocl.git" echo echo "# Sign the jars (added by Hudson job definition)" diff --git a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-pre-buckminster.sh b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-pre-buckminster.sh index 5a7bb1edb..410fab586 100644 --- a/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-pre-buckminster.sh +++ b/releng/org.eclipse.qvtd.releng.buckminster/scripts/qvtd-tests-pre-buckminster.sh @@ -54,6 +54,7 @@ COMPACT_BUILD_ID="${COMPACT_BUILD_ID:0:12}" echo "eclipse.staging.area=/shared/download-staging.priv/qvtd" echo "git.qvtd.local.repository.location=${WORKSPACE}/org.eclipse.qvtd.git" echo "git.license.local.repository.location=${WORKSPACE}/org.eclipse.license.git" + echo "git.ocl.local.repository.location=${WORKSPACE}/org.eclipse.ocl.git" echo echo "# Sign the jars (added by Hudson job definition)" |