remove Carbon
diff --git a/org.eclipse.e4.sdk/builder/build.properties b/org.eclipse.e4.sdk/builder/build.properties
index f82bcea..2fc2a04 100644
--- a/org.eclipse.e4.sdk/builder/build.properties
+++ b/org.eclipse.e4.sdk/builder/build.properties
@@ -54,7 +54,6 @@
 	aix, gtk, ppc & \
 	aix, gtk, ppc64 & \
 	hpux, gtk, ia64_32 & \
-	macosx, carbon, x86 & \
 	macosx, cocoa, x86 & \
 	macosx, cocoa, x86_64
 #   solaris, motif, sparc & \
diff --git a/org.eclipse.e4.sdk/builder/customTargets.xml b/org.eclipse.e4.sdk/builder/customTargets.xml
index 456dd68..781ab54 100644
--- a/org.eclipse.e4.sdk/builder/customTargets.xml
+++ b/org.eclipse.e4.sdk/builder/customTargets.xml
@@ -212,8 +212,8 @@
 				<config os="solaris" ws="gtk" arch="x86" />
 				<config os="macosx" ws="cocoa" arch="x86" />
 				<config os="macosx" ws="cocoa" arch="x86_64" />
-				<config os="macosx" ws="carbon" arch="ppc" />
-				<config os="macosx" ws="carbon" arch="x86" />
+				<!--<config os="macosx" ws="carbon" arch="ppc" />
+				<config os="macosx" ws="carbon" arch="x86" />-->
 				<config os="hpux" ws="gtk" arch="ia64_32" />
 				<config os="aix" ws="gtk" arch="ppc" />
 				<config os="aix" ws="gtk" arch="ppc64" />