diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-06-05 14:27:14 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-06-05 14:27:14 +0000 |
commit | ebee640d334a6fc0c0f9617eaa07947c4abfa23d (patch) | |
tree | 64e5a4ab6e4d3cc9e9a349ed7e7f4c6ab018e392 | |
parent | 0cdae38b15c4ffc64bcf598b1b3df185a410e729 (diff) | |
download | java-common-ebee640d334a6fc0c0f9617eaa07947c4abfa23d.tar.gz |
Java 1.6 => 6, 1.7 => 7 + remove the explicit reference to Junit & testng. Thanks Emmanuel Bourg
-rw-r--r-- | policy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -146,7 +146,7 @@ </para> <para> - Programs and libraries &should; enable JUnit/TestNG tests, if these are present. + Programs and libraries &should; enable unit tests, if these are present. The build &may; ignore test failures. </para> @@ -429,7 +429,7 @@ <listitem> <para> - Minimal version of the class version files (50 for Java 1.6, 51 for Java 1.7, etc) + Minimal version of the class version files (50 for Java 6, 51 for Java 7, etc) </para> </listitem> |