You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/19 22:32:44 UTC

svn commit: r1515593 - /commons/proper/jci/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 20:32:43 2013
New Revision: 1515593

URL: http://svn.apache.org/r1515593
Log:
Document build requirement

Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515593&r1=1515592&r2=1515593&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 20:32:43 2013
@@ -61,6 +61,7 @@
             </modules>
         </profile>
         <profile>
+            <!-- N.B. requires Java 1.6+ to compile -->
             <id>compiler-jsr199</id>
             <modules>
                 <module>compilers/jsr199</module>