Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2019-05-23 17:34:53 +0000
committerStephan Herrmann2019-05-23 17:35:31 +0000
commit6eecad3c33e5c65256bd7bbe6c653155a02204f6 (patch)
treec7d3adc7aa35b94e2162ec54f3a2823d04b8051e
parent9caadba1c57a2a503a9478a5d165735b5b3eb143 (diff)
downloadorg.eclipse.objectteams-6eecad3c33e5c65256bd7bbe6c653155a02204f6.tar.gz
org.eclipse.objectteams-6eecad3c33e5c65256bd7bbe6c653155a02204f6.tar.xz
org.eclipse.objectteams-6eecad3c33e5c65256bd7bbe6c653155a02204f6.zip
Revert "Releng: try to use base location for second phase"
This reverts commit 9caadba1c57a2a503a9478a5d165735b5b3eb143. Instead: use the boot version of equinox launcher
-rw-r--r--releng/build-scripts/build/run.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/build-scripts/build/run.xml b/releng/build-scripts/build/run.xml
index 496a72e7d..a7afd8591 100644
--- a/releng/build-scripts/build/run.xml
+++ b/releng/build-scripts/build/run.xml
@@ -287,7 +287,7 @@ path to map file (with substitutions):
dir="${bootLocation}"
fork="true"
classname="org.eclipse.equinox.launcher.Main"
- classpath="${baseLocation}/plugins/${org.eclipse.equinox.launcher_jar}">
+ classpath="${bootLocation}/plugins/${boot.org.eclipse.equinox.launcher_jar}">
<arg value="-clean"/>
<arg value="-Dosgi.ws=${ws}"/>
<arg value="-Dosgi.os=${os}"/>

Back to the top