summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-01-14 08:09:51 +0200
committerArtur Signell <artur@vaadin.com>2015-01-14 08:10:06 +0200
commitb356e7e3bba9b08ad9d1ecdfb4d628b8179ef20a (patch)
treed9aed81350194f02d9977f19f9f6c450afd14b91 /buildhelpers
parent0fa60d0fceff89eefe28979f5ad44558047c223b (diff)
downloadvaadin-framework-b356e7e3bba9b08ad9d1ecdfb4d628b8179ef20a.tar.gz
vaadin-framework-b356e7e3bba9b08ad9d1ecdfb4d628b8179ef20a.zip
Make release build work with widgets module (#15544)
Change-Id: Iac3611a346f5ff749a78c227a5c6775125270659
Diffstat (limited to 'buildhelpers')
-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>