Bug 407109 - Launcher executable is missing from s390/s390x builds
diff --git a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
index 56f1032..f80e66f 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 3a8eb50..939c8b5 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">