Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2013-05-13 19:51:36 +0000
committerBogdan Gheorghe2013-05-13 19:51:36 +0000
commit086cd8dda75a73c5e764110afd71c6d0c0310f96 (patch)
treeb6fc5e4447272729d07c9fb3db1209ea45fd17cd /launcher-binary-parent/pom.xml
parent8f4dc6841991e7a9977e40c8bad5dd8bc39b641e (diff)
downloadrt.equinox.framework-086cd8dda75a73c5e764110afd71c6d0c0310f96.tar.gz
rt.equinox.framework-086cd8dda75a73c5e764110afd71c6d0c0310f96.tar.xz
rt.equinox.framework-086cd8dda75a73c5e764110afd71c6d0c0310f96.zip
Bug 407433 - eclipse launcher companion library requires execute permission on HPUX
Diffstat (limited to 'launcher-binary-parent/pom.xml')
-rw-r--r--launcher-binary-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index 278a6e430..f04c330c2 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,6 +52,7 @@
<configuration>
<property name="feature.base" value="."/>
<target>
+ <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755"/>
<copy todir="." overwrite="true">
<fileset dir="../../../rt.equinox.binaries/${project.artifactId}/">
<include name="*.so"/>

Back to the top