Author: markh Date: Thu May 29 03:25:47 2008 New Revision: 661282 URL: http://svn.apache.org/viewvc?rev=661282&view=rev Log: Added note about Java 5 requirement
Modified: maven/shared/trunk/maven-runtime/src/site/apt/index.apt Modified: maven/shared/trunk/maven-runtime/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/src/site/apt/index.apt?rev=661282&r1=661281&r2=661282&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/src/site/apt/index.apt (original) +++ maven/shared/trunk/maven-runtime/src/site/apt/index.apt Thu May 29 03:25:47 2008 @@ -23,7 +23,9 @@ contained within the project's POM. Note that since Maven Runtime uses resources generated by the Maven Archiver, it can only successfully introspect the - runtime environment when executed from within the packaged project, as opposed to running within an IDE. + runtime environment when executed from within the packaged project, as opposed to running within an IDE. + + <<Note: Maven Runtime requires at least Java 5.>> * Usage