Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2020-03-24 12:06:03 +0000
committerEd Merks2020-03-24 12:06:03 +0000
commite5122c148adaf6f895d4a88373ec373caf6dc637 (patch)
tree634773ca6f94a0cc7d4edcb11bf2abebc2b3ee14
parentffeac823b0f7306059610585e73a1ad8552990fb (diff)
downloadrt.equinox.framework-e5122c148adaf6f895d4a88373ec373caf6dc637.tar.gz
rt.equinox.framework-e5122c148adaf6f895d4a88373ec373caf6dc637.tar.xz
rt.equinox.framework-e5122c148adaf6f895d4a88373ec373caf6dc637.zip
Bug 534130 - Provide a home for Equinox.setup
Fix the Eclispe Ini redirection to use the correct variable synax too. Change-Id: I631fc3130f12b5af27e34f52b7d66aa03c4c6441 Signed-off-by: Ed Merks <ed.merks@gmail.com> Change-Id: I631fc3130f12b5af27e34f52b7d66aa03c4c6441 Signed-off-by: Ed Merks <ed.merks@gmail.com>
-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 816783a7e..3536ed5a0 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.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