Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-10-26 16:46:41 +0000
committerJohn Ross2013-10-26 16:46:41 +0000
commit73bc6822128ed7b6246f911276bcc4dbf491d0bf (patch)
treee64bec6155255a4aa00413a8d22f5227dd467eb2
parentf9f052e0a3eafd34910c38e7c7598bd89a5cef59 (diff)
downloadrt.equinox.framework-73bc6822128ed7b6246f911276bcc4dbf491d0bf.tar.gz
rt.equinox.framework-73bc6822128ed7b6246f911276bcc4dbf491d0bf.tar.xz
rt.equinox.framework-73bc6822128ed7b6246f911276bcc4dbf491d0bf.zip
Bug 420428 - failed to build products in N20131025-2000 related to hpux/gtk/ia64I20131030-2000I20131030-1400I20131030-0800I20131029-2000
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf2
1 files changed, 1 insertions, 1 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
index f88a3ec78..2dd65ccb9 100644
--- 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
@@ -1,3 +1,3 @@
# bug 407433 - launcher .so files need exec permissions on HPUX
-instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1506.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1601.so,permissions:755);

Back to the top