diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-12 17:29:50 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-12 17:29:50 +0200 |
commit | 012459832d32a57b3f831d362b7f225fa7587812 (patch) | |
tree | c1c47aae65a94d834bf691e87d464dba8a9fea82 /build.xml | |
parent | 47d3db6b9363afd50026e0ecc3883bbabdafc9f9 (diff) | |
download | lombok-012459832d32a57b3f831d362b7f225fa7587812.tar.gz lombok-012459832d32a57b3f831d362b7f225fa7587812.tar.bz2 lombok-012459832d32a57b3f831d362b7f225fa7587812.zip |
the version number generator now strips the newline. It was generating files with newlines in it.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ <project name="lombok" default="dist"> <loadresource property="lombok.version"> <file file="version.txt" /> + <filterchain> + <striplinebreaks /> + </filterchain> </loadresource> <property name="build.compiler" value="javac1.6" /> <path id="lombok.deps.path"> |