Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-03-29 04:59:56 +0000
committerArun Thondapu2015-03-29 05:01:35 +0000
commit0302bbe1dba98b527458abde5b20a26abf9eb6bb (patch)
treecd93f8a8356d70e25fa6e41ba7f1aab41397ea4a
parentcfec4fafa51937ea554eceea50069e43a324a938 (diff)
downloadrt.equinox.framework-0302bbe1dba98b527458abde5b20a26abf9eb6bb.tar.gz
rt.equinox.framework-0302bbe1dba98b527458abde5b20a26abf9eb6bb.tar.xz
rt.equinox.framework-0302bbe1dba98b527458abde5b20a26abf9eb6bb.zip
Bug 463365 - N build (3/27, 3/38) fails due to wrong "build number" inI20150331-0800
p2.inf Change-Id: Id4eea62652271bfa7e5327dad72ce158b8c948c7 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf3
1 files changed, 1 insertions, 2 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 138c78594..56334c48f 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,2 @@
# bug 407433 - launcher .so files need exec permissions on HPUX
-instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1607.so,permissions:755);
-
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1608.so,permissions:755); \ No newline at end of file

Back to the top