Skip to content

Commit 6b92179

Browse files
committed
[REMOVE] Debugging
1 parent e60fce9 commit 6b92179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/org.eclipse.swt/buildSWT.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@
187187

188188
<!-- Set natives_changed if there are changes in the C code -->
189189
<target name="check_natives_changed" unless="natives_changed" depends="get_tag">
190+
<echo>Run in ${repo.src}/bundles/org.eclipse.swt: git diff --relative ${TAG} ${swt_tag} ${src_common} ${src_win32} ${src_gtk} ${src_cocoa}</echo>
190191
<exec dir="${repo.src}/bundles/org.eclipse.swt" executable="git" failonerror="true" outputproperty="diffs">
191-
<arg line="diff --relative ${TAG} ${swt_tag}"/>
192+
<arg line="diff ${TAG} ${swt_tag}"/>
192193
<arg line="${src_common}"/>
193194
<arg line="${src_win32}"/>
194195
<arg line="${src_gtk}"/>

0 commit comments

Comments
 (0)