From a77f4a30d1824d75c87079b944c67be2291feccb Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Sat, 2 Feb 2019 11:08:30 +0200 Subject: Bug 544061 - [releng] For native launchers, allow to override location of rt.equinox.binaries project Tycho build depends on native launchers provided by rt.equinox.binaries/org.eclipse.equinox.executable/ project and it's location is hard-coded. Make the location of the project rt.equinox.binaries overridable via property 'rt.equinox.binaries.loc'. Change-Id: I166b7bb62086e0aecfed2c64f06e589d47835ed6 Signed-off-by: Mykola Nikishov --- features/org.eclipse.equinox.executable.feature/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml index e01ecbd3d..ef5efee16 100644 --- a/features/org.eclipse.equinox.executable.feature/pom.xml +++ b/features/org.eclipse.equinox.executable.feature/pom.xml @@ -106,6 +106,10 @@ !longnotexistingproperty + + + ../../../ + @@ -121,7 +125,7 @@ them --> - + -- cgit v1.2.3