aboutsummaryrefslogtreecommitdiffstats
path: root/buildhelpers/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-02-18 21:31:32 +0200
committerVaadin Code Review <review@vaadin.com>2013-02-19 15:07:44 +0000
commitf09c12fd97cbafd10b31c79a55bd90dfef02f4a9 (patch)
tree5030cc74358b7615eaf81833eed41ecf6c9e519d /buildhelpers/build.xml
parent9da1979af798324cbe1eea2b6adde0886774f73b (diff)
downloadvaadin-framework-f09c12fd97cbafd10b31c79a55bd90dfef02f4a9.tar.gz
vaadin-framework-f09c12fd97cbafd10b31c79a55bd90dfef02f4a9.zip
Imported and updated release notes builder (#10918)
Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r--buildhelpers/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml
index c7b9eba9d3..b56209f6cc 100644
--- a/buildhelpers/build.xml
+++ b/buildhelpers/build.xml
@@ -36,6 +36,13 @@
</antcall>
</target>
+ <target name="fetch-release-notes-tickets">
+ <antcall target="common.exec-buildhelper">
+ <param name="main.class" value="com.vaadin.buildhelpers.FetchReleaseNotesTickets" />
+ <param name="output" value="${output}" />
+ </antcall>
+ </target>
+
<target name="tests" depends="checkstyle">
<!--<antcall target="common.tests.run" />-->
<echo>WHAT? No JUnit tests for ${module.name}!</echo>