Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-07-18 21:30:24 +0000
committerSilenio Quarti2011-07-18 21:31:39 +0000
commit03b209d0a88c6edbc461040612bdc3c718ddc04e (patch)
treeda2d50ee98e67498351336cc89c3eda07f221a68 /bundles
parent73d5cc6ee2057abdfbea80f24f6928f59a3461f7 (diff)
downloadeclipse.platform.swt-03b209d0a88c6edbc461040612bdc3c718ddc04e.tar.gz
eclipse.platform.swt-03b209d0a88c6edbc461040612bdc3c718ddc04e.tar.xz
eclipse.platform.swt-03b209d0a88c6edbc461040612bdc3c718ddc04e.zip
add some echos
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index c52993a9cf..a378821575 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -988,6 +988,7 @@
</target>
<target name="pull_remote">
+ <echo>Pull ${src.repo}</echo>
<antcall target="init_repo">
<param name="repo" value="${src.repo}"/>
<param name="repo.exists" value="src.repo.exists"/>
@@ -995,6 +996,7 @@
<exec dir="../${TAG}/${src.repo}" executable="git" failonerror="true">
<arg line="pull"/>
</exec>
+ <echo>Pull ${bin.repo}</echo>
<antcall target="init_repo">
<param name="repo" value="${bin.repo}"/>
<param name="repo.exists" value="bin.repo.exists"/>
@@ -1002,6 +1004,7 @@
<exec dir="../${TAG}/${bin.repo}" executable="git" failonerror="true">
<arg line="pull"/>
</exec>
+ <echo>Pull ${releng.repo}</echo>
<!--antcall target="init_repo">
<param name="repo" value="${releng.repo}"/>
<param name="repo.exists" value="releng.repo.exists"/>

Back to the top