Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-04-28 04:15:29 +0000
committerArun Thondapu2015-04-28 04:16:31 +0000
commit54e249fe57c4b4ee13f78a8d2be5ba0853dbda83 (patch)
tree14b91cb16b82e089bf25ea1ce49eed67c7ec3dec
parent9e6e1ce3f102c2b39fec3c7a99a696ecff5f4b9d (diff)
downloadrt.equinox.framework-54e249fe57c4b4ee13f78a8d2be5ba0853dbda83.tar.gz
rt.equinox.framework-54e249fe57c4b4ee13f78a8d2be5ba0853dbda83.tar.xz
rt.equinox.framework-54e249fe57c4b4ee13f78a8d2be5ba0853dbda83.zip
Bug 465635 - update to launchers forgot to change eclipse.inf forI20150428-0800I20150428-0100
hpux.ia64 Change-Id: I0186ca3c9e121bb661f00e472389cd10b0efa92c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
-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 6ea546f90..de98e78bc 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,2 +1,2 @@
# bug 407433 - launcher .so files need exec permissions on HPUX
-instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1610.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1611.so,permissions:755);

Back to the top