commit | 74b2c7dec679adecf7ceec14bb0ae28850737a29 | [log] [tgz] |
---|---|---|
author | Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> | Tue Sep 11 17:23:29 2018 +0530 |
committer | Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> | Wed Sep 12 12:14:50 2018 +0530 |
tree | ee0081925ec648e2410a11ab427679a2ffdc1875 | |
parent | 0257228c4998b110d62c4a95aa107b4245a6542b [diff] [blame] |
Bug 536766 - Drop 32 bit support in 4.10 Change-Id: If3896f91c87637a44b92dfa080356be00f343644 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/bundles/org.eclipse.equinox.security.macosx/pom.xml b/bundles/org.eclipse.equinox.security.macosx/pom.xml index d035172..66b2101 100644 --- a/bundles/org.eclipse.equinox.security.macosx/pom.xml +++ b/bundles/org.eclipse.equinox.security.macosx/pom.xml
@@ -34,7 +34,7 @@ <environment> <os>macosx</os> <ws>cocoa</ws> - <arch>x86</arch> + <arch>x86_64</arch> </environment> </environments> </configuration>