Commit 7186a1ae authored by Sven Bunge's avatar Sven Bunge

Fix error message if build is started with an old java version

parent e4c2ac5a
......@@ -228,7 +228,7 @@
</not>
</condition>
<fail if="ant.not.ok" message="Must use Ant 1.6.x or 1.7.x to build Openfire"/>
<fail if="java.not.ok" message="Must use JDK 1.5.x or higher to build Openfire"/>
<fail if="java.not.ok" message="Must use JDK 1.7.x or higher to build Openfire"/>
<tstamp/>
<tstamp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment