summaryrefslogtreecommitdiffstats
path: root/buildhelpers/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r--buildhelpers/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml
index 159435811f..49c290e9f1 100644
--- a/buildhelpers/build.xml
+++ b/buildhelpers/build.xml
@@ -41,6 +41,7 @@
<antcall target="common.exec-buildhelper">
<param name="main.class" value="com.vaadin.buildhelpers.FetchReleaseNotesTickets" />
<param name="output" value="${output}" />
+ <param name="src" value="src" />
</antcall>
</target>
@@ -49,6 +50,7 @@
<antcall target="common.exec-buildhelper">
<param name="main.class" value="com.vaadin.buildhelpers.FetchReleaseNotesAuthors" />
<param name="output" value="${output}" />
+ <param name="src" value="src" />
</antcall>
<delete file="result/classes/com/vaadin/buildhelpers/authormap.properties" />
</target>