diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-04 21:03:12 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-09-04 21:03:12 +0300 |
commit | bc90a58b6ea58e441af6f83380ab8c979a8a6c7b (patch) | |
tree | 9a7d1c05013427192c314be49e72018b81427acf /buildhelpers | |
parent | 22fcb44faf68622c3e6942d1b1b7b758291a45d1 (diff) | |
download | vaadin-framework-bc90a58b6ea58e441af6f83380ab8c979a8a6c7b.tar.gz vaadin-framework-bc90a58b6ea58e441af6f83380ab8c979a8a6c7b.zip |
Unified xml files to end with new line
Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index 7d9e23683e..28eb55e6e8 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -48,4 +48,4 @@ <!--<antcall target="common.test.run" /> --> <echo>WHAT? No JUnit tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> |