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

Back to the top