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

Back to the top