Corrected error message for IzPack.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@4855 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
dubochet 2005-11-03 17:07:01 +00:00
parent 1b5f26bc1e
commit a12f6c5b06
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>