Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eaba63d2d9431c06c1e1135dd1cfedd2a50a763f (plain) (blame)
1
2
# bug 407433 - launcher .so files need exec permissions on HPUX
instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1615.so,permissions:755);

Back to the top