Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-05-08 21:48:40 +0000
committerSilenio Quarti2013-05-08 21:48:40 +0000
commit6214b75ac565d2c9436b1a988361caa54f1564e8 (patch)
tree0483158ab96d0da91e5660d239e19be694a56b34
parent6447261180fce2fef30fbdc7175b49fa025f6864 (diff)
downloadrt.equinox.framework-6214b75ac565d2c9436b1a988361caa54f1564e8.tar.gz
rt.equinox.framework-6214b75ac565d2c9436b1a988361caa54f1564e8.tar.xz
rt.equinox.framework-6214b75ac565d2c9436b1a988361caa54f1564e8.zip
Bug 407109 - Launcher executable is missing from s390/s390x buildsI20130512-2000I20130511-1500I20130510-2000I20130509-2000I20130508-2000
-rw-r--r--features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt1
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
index 56f1032a8..f80e66f70 100644
--- a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
+++ b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
@@ -1,2 +1,3 @@
# To force a version qualifier update add the bug here
Bug 403352 - Update all parent versions to match our build stream
+Bug 407109 - Launcher executable is missing from s390/s390x builds
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 3a8eb5074..939c8b57d 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -394,6 +394,11 @@
<include name="**/*"/>
</fileset>
</copy>
+ <copy todir="contributed">
+ <fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.executable/contributed/">
+ <include name="**/*"/>
+ </fileset>
+ </copy>
<!-- Things below were copied from custombuildCallbacks.xml, as
Tycho does not support that -->
<copy includeEmptyDirs="false" todir="tempBin">

Back to the top