aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-24 20:37:12 +0200
committerMichael Bien <[email protected]>2010-07-24 20:37:12 +0200
commitfb34556d4d3905a66f05c81947e1fae09f82d7f7 (patch)
treeee1cc7b4689012a72d4659c1dfcb51e49588b2a1 /make
parent502d0f88b1988b834680572d1c3bdf7e78c8b037 (diff)
new line after build.number in artifact.properties.
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 327ace9..2cc7288 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -691,7 +691,7 @@
</target>
<target name="tag.build">
- <echo message='gluegen.build.number="${build.number}"' file="${build}/artifact.properties"/>
+ <echo message='gluegen.build.number="${build.number}"${line.separator}' file="${build}/artifact.properties"/>
</target>
<target name="junit.compile">