[pkg-java] r16822 - trunk/java-common

Sylvestre Ledru sylvestre at alioth.debian.org
Wed Jun 5 14:27:14 UTC 2013


Author: sylvestre
Date: 2013-06-05 14:27:14 +0000 (Wed, 05 Jun 2013)
New Revision: 16822

Modified:
   trunk/java-common/policy.xml
Log:
Java 1.6 => 6, 1.7 => 7 + remove the explicit reference to Junit & testng. Thanks Emmanuel Bourg 

Modified: trunk/java-common/policy.xml
===================================================================
--- trunk/java-common/policy.xml	2013-06-05 14:23:43 UTC (rev 16821)
+++ trunk/java-common/policy.xml	2013-06-05 14:27:14 UTC (rev 16822)
@@ -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>
 




More information about the pkg-java-commits mailing list