c736234
--- eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml.orig
c736234
+++ eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml
c736234
@@ -898,15 +898,19 @@
c736234
 			</not>
c736234
 		</condition>
c736234
 		<antcall target="init_build"/>
c736234
+		<antcall target="build_gtk2"/>
c736234
+		<antcall target="build_gtk3"/>
c736234
+		<delete dir="${build_dir}" quiet="true"/>
c736234
+		<antcall target="refresh_fragment"/>
c736234
+	</target>
c736234
+
a4e756e
+	<target name="build_gtk2"  depends="get_version" if="machine_gtk2">
c736234
 		<antcall target="${build_task}">
c736234
 			<param name="build_targets" value="${targets}"/>
c736234
 			<param name="build_machine" value="${machine}"/>
c736234
 			<param name="port" value="${port}"/>
c736234
 			<param name="keyfile" value="${keyfile}"/>
c736234
 		</antcall>
c736234
-		<antcall target="build_gtk3"/>
c736234
-		<delete dir="${build_dir}" quiet="true"/>
c736234
-		<antcall target="refresh_fragment"/>
c736234
 	</target>
c736234
 
a4e756e
 	<target name="build_gtk3"  depends="get_version" if="machine_gtk3">