Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-05-14 16:24:03 +0000
committerThomas Watson2013-05-14 16:24:03 +0000
commitd7c2f610b0da867bdc943a276dae6a1067cbbcee (patch)
tree828eb6eb10f75e7414c54c79adc3d8b54d768cf9 /launcher-binary-parent
parent5f58984b5760430f5d3745ec3a1d8ab69e2690f0 (diff)
downloadrt.equinox.framework-d7c2f610b0da867bdc943a276dae6a1067cbbcee.tar.gz
rt.equinox.framework-d7c2f610b0da867bdc943a276dae6a1067cbbcee.tar.xz
rt.equinox.framework-d7c2f610b0da867bdc943a276dae6a1067cbbcee.zip
Bug 407433 - eclipse launcher companion library requires execute permission on HPUXI20130518-1500I20130516-2200I20130516-1800I20130516-1600I20130515-2000I20130514-2000
Diffstat (limited to 'launcher-binary-parent')
-rw-r--r--launcher-binary-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index d4b1f3242..168108cc3 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,13 +52,13 @@
<configuration>
<property name="feature.base" value="."/>
<target>
- <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755" verbose="true"/>
<copy todir="." overwrite="true">
<fileset dir="../../../rt.equinox.binaries/${project.artifactId}/">
<include name="*.so"/>
<include name="*.dll"/>
</fileset>
</copy>
+ <chmod file="./*.so" perm="755" verbose="true"/>
</target>
</configuration>
<goals>

Back to the top