]> source.dussan.org Git - vaadin-framework.git/commitdiff
Make release build work with widgets module (#15544)
authorArtur Signell <artur@vaadin.com>
Wed, 14 Jan 2015 06:09:51 +0000 (08:09 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 14 Jan 2015 06:10:06 +0000 (08:10 +0200)
Change-Id: Iac3611a346f5ff749a78c227a5c6775125270659

buildhelpers/build.xml

index 159435811f53c12d04bfe1f2ffe18c3cc1ad8265..49c290e9f1ff6e444f76c51b1c45637528a99558 100644 (file)
@@ -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>