mirror of https://github.com/apache/ant-ivy
Ivy now requires Java 5
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1577709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18061ad1fc
commit
4e21c60055
2
README
2
README
|
|
@ -4,7 +4,7 @@
|
|||
Supported Platforms
|
||||
--------------------
|
||||
|
||||
Apache Ivy requires Java level 1.4; it has been tested with Sun Java SDK v1.4.2
|
||||
Apache Ivy requires Java level 1.5; it has been tested with Sun Java SDK 1.5.0.
|
||||
|
||||
Even if not mandatory, Apache Ivy is most of the times used with Apache Ant,
|
||||
for which version 1.6.0 or greater is required.
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ All you need is
|
|||
<em>We recommend either ant 1.6.5 or 1.7.0</em>
|
||||
<li><a href="http://junit.org">junit</a> 3.8.2 jar in your ant lib</li>
|
||||
<em> this is not required if you use ant 1.7</em>
|
||||
<li>a <a href="http://java.sun.com/">jdk</a> 1.4 or greater</li>
|
||||
<em>Build instructions have been successfully tested with sun jdk 1.4.2, 1.5.0 and 1.6.0</em>
|
||||
<li>a <a href="http://java.sun.com/">jdk</a> 1.5 or greater</li>
|
||||
<em>Build instructions have been successfully tested with sun jdk 1.5.0 and 1.6.0</em>
|
||||
</ul>
|
||||
|
||||
<h2>Procedure</h2>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<textarea id="xooki-source">
|
||||
Ivy can be used as a standalone program very easily. All you need is a java 1.4+ runtime environment (JRE)!
|
||||
Ivy can be used as a standalone program very easily. All you need is a Java 5+ runtime environment (JRE)!
|
||||
|
||||
Then here is how to call it:
|
||||
<code>
|
||||
|
|
|
|||
Loading…
Reference in New Issue