summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2011-08-09 17:31:07 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2011-08-09 17:31:07 -0400
commite4ac0043af814192ef01cfe9629d18c1ff8a9f43 (patch)
treea78b2e34aa659e73fd940afb48f638fd9c076742
parentfa97a29c1590d1f7d6b2031100a6e20c0c54af40 (diff)
downloadeclipse.platform.swt-e4ac0043af814192ef01cfe9629d18c1ff8a9f43.tar.gz
eclipse.platform.swt-e4ac0043af814192ef01cfe9629d18c1ff8a9f43.tar.xz
eclipse.platform.swt-e4ac0043af814192ef01cfe9629d18c1ff8a9f43.zip
wrong version for commit message
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 2d2069faa0..a0237f4f17 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -472,6 +472,10 @@
<antcall target="update_buildnotes"/>
<!-- Commit the files -->
+ <antcall target="commit_sources"/>
+ </target>
+
+ <target name="commit_sources" depends="get_version">
<exec dir="${repo.src}" executable="git" failonerror="true">
<arg line="add '${file_library_j2se}' '${file_library_j2me}' '${file_version}' '${file_make_common}' '${file_build_notes}'"/>
</exec>