diff options
author | Arun Thondapu | 2017-09-15 13:46:49 +0000 |
---|---|---|
committer | Arun Thondapu | 2017-09-15 13:46:49 +0000 |
commit | 92dcdfc65580246055ff42d7663197ecad3cbd87 (patch) | |
tree | f54da2ea8ab44bd7c0aa40e4774c56289e3ca4ff /bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64 | |
parent | 5ec02a751ee291e11f6bb6e76ab777f3eb930cc1 (diff) | |
download | rt.equinox.framework-92dcdfc65580246055ff42d7663197ecad3cbd87.tar.gz rt.equinox.framework-92dcdfc65580246055ff42d7663197ecad3cbd87.tar.xz rt.equinox.framework-92dcdfc65580246055ff42d7663197ecad3cbd87.zip |
Binaries v20170915-0946
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.inf | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/build.properties | 2 |
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 e0d6811b0..aec0a6e97 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_1626.so,permissions:755);
+instructions.install = chmod(targetDir:${artifact.location},targetFile:eclipse_1627.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 c8cca2c48..5420b1d4e 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=v20170911-0535 +binaryTag=v20170915-0946 |