aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9be37d26..6e81138a 100644
--- a/build.xml
+++ b/build.xml
@@ -208,7 +208,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<tstamp>
<format property="releaseTimestamp" pattern="yyyy-MM-dd" />
</tstamp>
- <echo file="release-timestamp.txt">$releaseTimestamp</echo>
+ <echo file="release-timestamp.txt">${releaseTimestamp}</echo>
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="lib/build/com.googlecode.jarjar-jarjar.jar" />
<jarjar destfile="dist/lombok-${lombok.version}.jar">
<fileset dir="build/lombok">