We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60fce9 commit 6b92179Copy full SHA for 6b92179
bundles/org.eclipse.swt/buildSWT.xml
@@ -187,8 +187,9 @@
187
188
<!-- Set natives_changed if there are changes in the C code -->
189
<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>
191
<exec dir="${repo.src}/bundles/org.eclipse.swt" executable="git" failonerror="true" outputproperty="diffs">
- <arg line="diff --relative ${TAG} ${swt_tag}"/>
192
+ <arg line="diff ${TAG} ${swt_tag}"/>
193
<arg line="${src_common}"/>
194
<arg line="${src_win32}"/>
195
<arg line="${src_gtk}"/>
0 commit comments