Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2019-03-30 13:53:41 +0000
committerMykola Nikishov2019-04-09 11:36:55 +0000
commit91506d67f40c38baa1897b8f0cc174146f85361e (patch)
treee2719df5639783fd7c82d40fabb6b9c8c6fca1ec /pom.xml
parent8dcd176ab4016b61c821f392a37f004544ecefbc (diff)
downloadrt.equinox.framework-91506d67f40c38baa1897b8f0cc174146f85361e.tar.gz
rt.equinox.framework-91506d67f40c38baa1897b8f0cc174146f85361e.tar.xz
rt.equinox.framework-91506d67f40c38baa1897b8f0cc174146f85361e.zip
Bug 544061 - [releng] Reuse rt.equinox.binaries.loc in launcher-binary-parentI20190412-0520
launcher-binary-parent, a parent for all org.eclipse.equinox.launcher.* submodules, also uses a location of rt.equinox.binaries project to copy-launcher-natives. Move rt.equinox.binaries.loc property from org.eclipse.equinox.feature:org.eclipse.equinox.executable to org.eclipse.equinox.framework:rt.equinox.framework which is the parent for both org.eclipse.equinox.feature:org.eclipse.equinox.executable and org.eclipse.equinox.framework:launcher-binary-parent. Hard-coded relative path dependency from framework to binaries repository has been present for a few years [1]. This is the last change in a series [2], [3] that remains backward-compatible but also allows to use arbitrary locations for both projects by defining the system property rt.equinox.binaries.loc: cd /home/user/src/rt.equinox.framework mvn -Drt.equinox.binaries.loc=/src/equinox/binaries/ <goals> [1] 12c991ab837e7927c3a30ce408f42cde420197ea [2] a77f4a30d1824d75c87079b944c67be2291feccb [3] 8dcd176ab4016b61c821f392a37f004544ecefbc Change-Id: I4f7f078f0e15dd346405cc2add4b2f8dc57d8eaa Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f77a4ff8d..3d5a6898c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,10 @@
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git</tycho.scmUrl>
+ <!-- location of rt.equinox.binaries project -->
+ <!-- required by: org.eclipse.equinox.feature:org.eclipse.equinox.executable -->
+ <!-- required by: org.eclipse.equinox.framework:launcher-binary-parent -->
+ <rt.equinox.binaries.loc>../../../rt.equinox.binaries</rt.equinox.binaries.loc>
</properties>
<!--

Back to the top