Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-05-08 18:23:00 +0000
committerArun Thondapu2015-05-08 18:23:00 +0000
commitfd8fcff33cd81ca46943d4ee37b154e03f5f98d7 (patch)
tree0c2df64f61902c18cbd413f225a2bf96ce5fd395 /bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64
parent0cf5caa1400231038c44e978101f7c51517b5cd4 (diff)
downloadrt.equinox.framework-fd8fcff33cd81ca46943d4ee37b154e03f5f98d7.tar.gz
rt.equinox.framework-fd8fcff33cd81ca46943d4ee37b154e03f5f98d7.tar.xz
rt.equinox.framework-fd8fcff33cd81ca46943d4ee37b154e03f5f98d7.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/META-INF/p2.inf2
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties2
2 files changed, 2 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 de98e78bc..513884b0b 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_1611.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1612.so,permissions:755);
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties
index b7ab70928..2a8fd7999 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties
+++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties
@@ -15,4 +15,4 @@ bin.includes = META-INF/,\
customBuildCallbacks=customBuildCallbacks.xml
generateSourceBundle=false
-binaryTag=v20150427-1427
+binaryTag=v20150508-1422

Back to the top