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

Back to the top