Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-11 19:49:33 +0000
committerSravan Kumar Lakkimsetti2017-01-11 19:55:35 +0000
commitbef8ed1e4263335a05bda06ec2789c2d9acc8abf (patch)
tree94c4efe8e75af0af3d5eada80a0773af01ad44fb /features/org.eclipse.equinox.executable.feature/build.properties
parent86ac868ae86d1ff21292919d47a6dbf46075d3a8 (diff)
downloadrt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.tar.gz
rt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.tar.xz
rt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.zip
Bug 509525 - Stop packaging Unix buildsY20170112-1300Y20170112-1000
Change-Id: I5a394ddd6b8e3a0656d4e86a3995660fdbf94e68 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/build.properties')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties21
1 files changed, 0 insertions, 21 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 84e9f7419..d927d71ff 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -38,26 +38,5 @@ root.linux.gtk.ppc64le.permissions.755=launcher
root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/launcher
-root.aix.gtk.ppc64=bin/gtk/aix/ppc64
-root.aix.gtk.ppc64.permissions.755=launcher
-root.aix.gtk.ppc=bin/gtk/aix/ppc
-root.aix.gtk.ppc.permissions.755=launcher
-
-root.hpux.gtk.ia64=bin/gtk/hpux/ia64
-root.hpux.gtk.ia64.permissions.755=launcher
-
-root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64
-root.solaris.gtk.x86_64.permissions.755=launcher
-
-root.solaris.gtk.sparcv9=bin/gtk/solaris/sparcv9
-root.solaris.gtk.sparcv9.permissions.755=launcher
-
root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
-
-root.linux.gtk.s390x=bin/gtk/linux/s390x,gtk_root
-root.linux.gtk.s390x.permissions.755=launcher
-root.linux.gtk.s390=bin/gtk/linux/s390,gtk_root
-root.linux.gtk.s390.permissions.755=launcher
-
-

Back to the top