bad test
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index ef98959..fb60e67 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -490,7 +490,7 @@
 		<exec dir="${repo.bin}" executable="git" failonerror="false" outputproperty="bin_diffs">
 			<arg line="diff ${swt_tag}"/>
 		</exec>
-		<condition property="source_changed">
+		<condition property="build_changed">
 			<or>
 				<length string="${src_diffs}" trim="true" when="greater" length="0"/>
 				<length string="${bin_diffs}" trim="true" when="greater" length="0"/>