diff options
author | Lakshmi Shanmugam | 2015-12-29 10:04:21 +0000 |
---|---|---|
committer | Lakshmi Shanmugam | 2015-12-29 10:05:37 +0000 |
commit | 83a8865c3136b636097de60257565cd4a08473a1 (patch) | |
tree | acc1d0320d9d8bb4cc2d8d094f847a1bef7f32d9 /bundles/org.eclipse.swt/buildInternal.xml | |
parent | 75b34a6118515e2480aeddc9122497fe2be73740 (diff) | |
download | eclipse.platform.swt-83a8865c3136b636097de60257565cd4a08473a1.tar.gz eclipse.platform.swt-83a8865c3136b636097de60257565cd4a08473a1.tar.xz eclipse.platform.swt-83a8865c3136b636097de60257565cd4a08473a1.zip |
Bug 477711 - Build input script should not create new SWT version if
nothing has changed
write_qualifier is required only for I-build, not for N-build.
-Reverted the previous commits for this bug
-added condition to check and commit the src pom
-modified the condition for generate_qualifier
Diffstat (limited to 'bundles/org.eclipse.swt/buildInternal.xml')
-rw-r--r-- | bundles/org.eclipse.swt/buildInternal.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildInternal.xml b/bundles/org.eclipse.swt/buildInternal.xml index 1caf676d9d..76192a4079 100644 --- a/bundles/org.eclipse.swt/buildInternal.xml +++ b/bundles/org.eclipse.swt/buildInternal.xml @@ -30,8 +30,8 @@ </classpath> </taskdef> - <!-- When there are source changes, generates the time-stamp qualifiers and updates the pom files in source and binaries repo --> - <target name="generate_qualifier" depends="check_source_changed" if="source_changed"> + <!-- When there are build changes, generates the time-stamp qualifiers and updates the pom files in source and binaries repo --> + <target name="generate_qualifier" depends="check_build_changed" if="build_changed"> <tstamp><format property="build.qualifier" pattern="yyyyMMdd-HHmm"/></tstamp> <echo>${build.qualifier}</echo> </target> |