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 55c2f0b39c..9450770602 100644
--- a/build.xml
+++ b/build.xml
@@ -533,7 +533,7 @@
<target name="izpack.init">
<echo level="verbose">izpack.jar=${izpack.jar}</echo>
- <fail message="Missing library ${izpack.jar}; check the 'izpack.jar' property in 'build.${user.name}.properties'.">
+ <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"
classpathref="izpack.classpath"/>