diff options
author | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-06-04 11:08:07 -0400 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe@ca.ibm.com> | 2012-06-04 11:09:39 -0400 |
commit | 62a36d37112f172d216c43f3b3a1f50a64075829 (patch) | |
tree | 54a41804f798572d9101c5936997704239136276 | |
parent | 6d47c919e9d424219c81937cbd5f67e5bafb88ed (diff) | |
download | eclipse.platform.swt-62a36d37112f172d216c43f3b3a1f50a64075829.tar.gz eclipse.platform.swt-62a36d37112f172d216c43f3b3a1f50a64075829.tar.xz eclipse.platform.swt-62a36d37112f172d216c43f3b3a1f50a64075829.zip |
Fix build
-rw-r--r-- | bundles/org.eclipse.swt/buildSWT.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml index b7222281b2..60afb89cd9 100644 --- a/bundles/org.eclipse.swt/buildSWT.xml +++ b/bundles/org.eclipse.swt/buildSWT.xml @@ -530,12 +530,6 @@ <!-- Update the version files --> <property name="increment_version_target" value="increment_version"/> <antcall target="${increment_version_target}"/> - - <!-- Update the buildnotes_swt.html file --> - <!--antcall target="update_buildnotes"/--> - - <!-- Commit the files --> - <antcall target="commit_sources"/> </target> <target name="commit_sources" depends="get_version" if="natives_changed"> @@ -568,6 +562,10 @@ <replace file="${repo.src}/${file_make_common}" token="min_ver=${min_ver}" value="min_ver=${new_min_ver}"/> <replace file="${repo.src}/${file_make_common}" token="maj_ver=${maj_ver}" value="maj_ver=${new_maj_ver}"/> <replace file="${repo.src}/${file_make_common}" token="comma_ver=${comma_ver}" value="comma_ver=${new_comma_ver}"/> + + <!-- Commit the files --> + <echo>Committing version files</echo> + <antcall target="commit_sources"/> </target> <!-- Params: swt_new_tag --> |