Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2013-05-13 19:54:24 +0000
committerBogdan Gheorghe2013-05-13 19:54:24 +0000
commit7352ad4c712636f87694bfdcc7906d1cc152f8e3 (patch)
tree63da281fd34144535a10c6c02fe934c3a8ef4c96 /launcher-binary-parent/pom.xml
parent086cd8dda75a73c5e764110afd71c6d0c0310f96 (diff)
downloadrt.equinox.framework-7352ad4c712636f87694bfdcc7906d1cc152f8e3.tar.gz
rt.equinox.framework-7352ad4c712636f87694bfdcc7906d1cc152f8e3.tar.xz
rt.equinox.framework-7352ad4c712636f87694bfdcc7906d1cc152f8e3.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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index f04c330c2..d4b1f3242 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -52,7 +52,7 @@
<configuration>
<property name="feature.base" value="."/>
<target>
- <chmod file="../../../rt.equinox.binaries/${project.artifactId}/*.so" perm="755"/>
+ <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"/>

Back to the top