Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEd Merks2020-03-24 11:16:30 +0000
committerEd Merks2020-03-24 11:16:30 +0000
commitffeac823b0f7306059610585e73a1ad8552990fb (patch)
tree132b549650d80e35406b338412fab91764fe2c8f /releng
parenta0b6f184ff51311c8ce99168f56cf512e64a0c16 (diff)
downloadrt.equinox.framework-ffeac823b0f7306059610585e73a1ad8552990fb.tar.gz
rt.equinox.framework-ffeac823b0f7306059610585e73a1ad8552990fb.tar.xz
rt.equinox.framework-ffeac823b0f7306059610585e73a1ad8552990fb.zip
Bug 534130 - Provide a home for Equinox.setup
Fix the Eclispe Ini redirection to use the correct variable. Change-Id: Icaa4a1b9199e487065f8faad6756f31b6dd1d225 Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.releng/Equinox.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.releng/Equinox.setup b/releng/org.eclipse.equinox.releng/Equinox.setup
index ae38aefea..816783a7e 100644
--- a/releng/org.eclipse.equinox.releng/Equinox.setup
+++ b/releng/org.eclipse.equinox.releng/Equinox.setup
@@ -230,7 +230,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.equinox"
- value="=https://git.eclipse.org/c/equinox/rt.equinox.framework.git/plain/releng/org.eclipse.equinox.releng/Equinox.setup->${git.clone.rt.equinox.framework.location|uri}/releng/org.eclipse.equinox.releng/Equinox.setup"
+ value="=https://git.eclipse.org/c/equinox/rt.equinox.framework.git/plain/releng/org.eclipse.equinox.releng/Equinox.setup->$git.clone.equinox.framework.location|uri}/releng/org.eclipse.equinox.releng/Equinox.setup"
vm="true">
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
</setupTask>

Back to the top