Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2019-03-27 12:54:49 +0000
committerMykola Nikishov2019-03-27 13:23:30 +0000
commit8dcd176ab4016b61c821f392a37f004544ecefbc (patch)
tree980a7f8d528626f20e4c65dff51d9dadb3d11b50
parent3e325f00aa328c339fa605cecdd99da447984d9a (diff)
downloadrt.equinox.framework-I20190404-1800.tar.gz
rt.equinox.framework-I20190404-1800.tar.xz
rt.equinox.framework-I20190404-1800.zip
Change-Id: Idf6ca5f98cd21085d9b90965b007f69849d2ad62 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 746baeab6..b656796f6 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -108,7 +108,7 @@
</activation>
<properties>
<!-- location of rt.equinox.binaries project -->
- <rt.equinox.binaries.loc>../../../</rt.equinox.binaries.loc>
+ <rt.equinox.binaries.loc>../../../rt.equinox.binaries</rt.equinox.binaries.loc>
</properties>
<build>
<plugins>
@@ -125,7 +125,7 @@
them -->
<echo message="Copy eclipse binaries to launcher binaries"/>
<copy todir="bin" verbose="true" includeEmptyDirs="false" failonerror="true">
- <fileset dir="${rt.equinox.binaries.loc}/rt.equinox.binaries/org.eclipse.equinox.executable/bin/">
+ <fileset dir="${rt.equinox.binaries.loc}/org.eclipse.equinox.executable/bin/">
<include name="cocoa/macosx/x86_64/**/*"/>
<include name="gtk/linux/ppc64le/**/*"/>
<include name="gtk/linux/x86_64/**/*"/>

Back to the top