Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-05-08 21:48:40 +0000
committerSilenio Quarti2013-05-08 21:48:40 +0000
commit6214b75ac565d2c9436b1a988361caa54f1564e8 (patch)
tree0483158ab96d0da91e5660d239e19be694a56b34 /features/org.eclipse.equinox.executable.feature/pom.xml
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
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/pom.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml5
1 files changed, 5 insertions, 0 deletions
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