summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2009-08-26 14:01:15 +0000
committerGrant Gayed <ggayed>2009-08-26 14:01:15 +0000
commit2f8c288da6af04e421c9eea00ea405c0d432dda2 (patch)
tree539d49f3691fe3473122b895be5efb504cf2deab
parent815801ff09241a3670b66d7ddda126fdb1481fe4 (diff)
downloadeclipse.platform.swt-2f8c288da6af04e421c9eea00ea405c0d432dda2.tar.gz
eclipse.platform.swt-2f8c288da6af04e421c9eea00ea405c0d432dda2.tar.xz
eclipse.platform.swt-2f8c288da6af04e421c9eea00ea405c0d432dda2.zip
natives_changed
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index f0c64bc2c0..f10c364020 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -639,7 +639,7 @@
</target>
<!-- Params: fragment, swt_version, old_version -->
- <target name="commit_fragment" depends="get_version" if="native_changed">
+ <target name="commit_fragment" depends="get_version" if="natives_changed">
<copy todir="${fragment}" overwrite="false">
<fileset dir="${fragment}" includes="*${old_version}*"/>
<regexpmapper from="(.*)${old_version}(.*)" to="\1${swt_version}\2"/>
@@ -729,7 +729,7 @@
</target>
<!-- Params: build_target -->
- <target name="build_natives" if="native_changed">
+ <target name="build_natives" if="natives_changed">
<copy todir="${builddir}" flatten="true">
<fileset dir="org.eclipse.swt" includes="**/library/"/>
</copy>
@@ -765,10 +765,10 @@
<argument value="org.eclipse.swt"/>
</commandline>
</cvs>
- <condition property="native_changed">
+ <condition property="natives_changed">
<length file="diff.txt" when="greater" length="0"/>
</condition>
- <echo>Has native changes: ${native_changed}, compared against ${diff_tag}</echo>
+ <echo>Has native changes: ${natives_changed}, compared against ${diff_tag}</echo>
<!-- build natives -->
<antcall target="build_natives"/>