Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2014-04-14 21:01:26 +0000
committerSilenio Quarti2014-04-14 21:01:26 +0000
commita6dd1d327729bbb080ad8d4090062be615699b2d (patch)
tree4f44d3fc97b4641afc3178e6939c8396906aadef /bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64
parent16dfd3515ce060029234abaf5b2a587f64a4b6d6 (diff)
downloadrt.equinox.framework-a6dd1d327729bbb080ad8d4090062be615699b2d.tar.gz
rt.equinox.framework-a6dd1d327729bbb080ad8d4090062be615699b2d.tar.xz
rt.equinox.framework-a6dd1d327729bbb080ad8d4090062be615699b2d.zip
Binaries v20140414-1701I20140415-0800
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 bc33e647c..e19bac3b5 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_1602.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1603.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 71ba6c93a..758839253 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=v20140303-1247
+binaryTag=v20140414-1701

Back to the top