Bug 407433 - eclipse launcher companion library requires execute permission on HPUX
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 0000000..2591049
--- /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);

+