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

Back to the top