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

Back to the top