diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-15 08:56:10 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-01-15 08:56:10 +0200 |
commit | 8361d1379c49ef5ce03d329d4e5fdcf63579e652 (patch) | |
tree | 2cc298a5e386302c663d412e57a165d5d84ba0a5 /buildhelpers | |
parent | b6fda7481f0be3a0b94dde3e7f659a0b211d3943 (diff) | |
download | vaadin-framework-8361d1379c49ef5ce03d329d4e5fdcf63579e652.tar.gz vaadin-framework-8361d1379c49ef5ce03d329d4e5fdcf63579e652.zip |
Reformat build files
Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/build.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index 49c290e9f1..c8121325fe 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -39,20 +39,24 @@ <target name="fetch-release-notes-tickets"> <antcall target="common.exec-buildhelper"> - <param name="main.class" value="com.vaadin.buildhelpers.FetchReleaseNotesTickets" /> + <param name="main.class" + value="com.vaadin.buildhelpers.FetchReleaseNotesTickets" /> <param name="output" value="${output}" /> <param name="src" value="src" /> </antcall> </target> <target name="fetch-release-notes-authors"> - <copy file="src/com/vaadin/buildhelpers/authormap.properties" tofile="result/classes/com/vaadin/buildhelpers/authormap.properties" /> + <copy file="src/com/vaadin/buildhelpers/authormap.properties" + tofile="result/classes/com/vaadin/buildhelpers/authormap.properties" /> <antcall target="common.exec-buildhelper"> - <param name="main.class" value="com.vaadin.buildhelpers.FetchReleaseNotesAuthors" /> + <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" /> + <delete + file="result/classes/com/vaadin/buildhelpers/authormap.properties" /> </target> <target name="test" depends="checkstyle"> |