Commit 206187fa authored by Florian Schmaus's avatar Florian Schmaus

Merge pull request #23 from SvenBunge/java7

Fix error message if build is started with an java version < 7
parents e4c2ac5a 7186a1ae
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</not> </not>
</condition> </condition>
<fail if="ant.not.ok" message="Must use Ant 1.6.x or 1.7.x to build Openfire"/> <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/>
<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