Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-04-21 12:30:56 +0000
committerArun Thondapu2016-04-21 12:30:56 +0000
commitcef90bf96faa8120192544d7762a339c8560f20e (patch)
tree80a9065de8d0e64de01d877c7c1050677b52da37 /bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64
parent9cb1add9fdf8082b3285309f092be2e2e9679b09 (diff)
downloadrt.equinox.framework-cef90bf96faa8120192544d7762a339c8560f20e.tar.gz
rt.equinox.framework-cef90bf96faa8120192544d7762a339c8560f20e.tar.xz
rt.equinox.framework-cef90bf96faa8120192544d7762a339c8560f20e.zip
Binaries v20160421-0830Y20160421-1000
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 eaba63d2d..236873f6a 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_1615.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1616.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 a0fff513b..cdbb65a9f 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties
+++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties
@@ -14,4 +14,4 @@ bin.includes = META-INF/,\
customBuildCallbacks=customBuildCallbacks.xml
generateSourceBundle=false
-binaryTag=v20160316-1045
+binaryTag=v20160421-0830

Back to the top