Author: britter
Date: Sun Jun 9 12:10:13 2013
New Revision: 1491189
URL: http://svn.apache.org/r1491189
Log:
Chain 2 requires Java 5
Modified:
commons/proper/chain/trunk/src/site/xdoc/building.xml
Modified: commons/proper/chain/trunk/src/site/xdoc/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/xdoc/building.xml?rev=1491189&r1=1491188&r2=1491189&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/chain/trunk/src/site/xdoc/building.xml Sun Jun 9 12:10:13
2013
@@ -28,8 +28,7 @@ limitations under the License.
<a href="http://ant.apache.org">Ant</a> as a build system.
</p>
<p>
- Chain 1.2 requires a minimum of JDK 1.3 to build, although the Maven 2 build
- requires JDK 1.4+
+ Chain 2.0 requires a minimum of JDK 1.5 to build.
</p>
</section>
<section name="Maven 2 Goals">