summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2011-10-17 15:13:40 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2011-10-17 15:14:39 -0400
commit3d13668fc8f67ff4fa0a1a63646005afad14ca02 (patch)
tree4b9250b3bf93515e30739b588aebd7195b0c8ed1 /bundles/org.eclipse.swt/buildSWT.xml
parent4af2139bd60e8934fe7b368dd056a1828221ecd7 (diff)
downloadeclipse.platform.swt-3d13668fc8f67ff4fa0a1a63646005afad14ca02.tar.gz
eclipse.platform.swt-3d13668fc8f67ff4fa0a1a63646005afad14ca02.tar.xz
eclipse.platform.swt-3d13668fc8f67ff4fa0a1a63646005afad14ca02.zip
fix use ${file_swt.map} instead of ${map}
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 31276d1335..5d2408d102 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -718,7 +718,7 @@
<replaceregexp file="${repo.common}/${file_swt_map}" match="=v\d\d\d\d[a-z]?" replace="=v${swt_new_tag}" byline="true"/>
<exec dir="${repo.common}" executable="git" failonerror="true">
- <arg line="add '${map}'"/>
+ <arg line="add '${file_swt_map}'"/>
</exec>
<exec dir="${repo.common}" executable="git" failonerror="true">
<arg line="status"/>