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

Back to the top