summaryrefslogtreecommitdiff
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 9450770602..61e93546e5 100644
--- a/build.xml
+++ b/build.xml
@@ -532,7 +532,7 @@
description="Creates an IzPack installer for all scala distributions"/>
<target name="izpack.init">
- <echo level="verbose">izpack.jar=${izpack.jar}</echo>
+ <echo level="verbose">izpack.home=${izpack.home}</echo>
<fail message="IzPack distribution not supported; check the 'izpack.home' property in 'build.${user.name}.properties'.">
<condition><not>
<available classname="com.izforge.izpack.ant.IzPackTask"