Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2013-05-17 22:16:12 +0000
committerBogdan Gheorghe2013-05-17 22:16:12 +0000
commita4f3e193323e68e17ec1ecb72703469bdb5d865a (patch)
tree23e4432d71bd46339c543b1db7c2c0d77272e255
parentd7c2f610b0da867bdc943a276dae6a1067cbbcee (diff)
downloadrt.equinox.framework-gheorghe/bug407433.tar.gz
rt.equinox.framework-gheorghe/bug407433.tar.xz
rt.equinox.framework-gheorghe/bug407433.zip
Bug 407433 - eclipse launcher companion library requires execute permission on HPUXgheorghe/bug407433
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf
new file mode 100644
index 000000000..2591049bb
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf
@@ -0,0 +1,3 @@
+# bug 407433 - launcher .so files need exec permissions on HPUX
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1504.so,permissions:755);
+

Back to the top