You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/23 14:45:30 UTC

svn commit: r1809433 - in /commons/proper/vfs/trunk/src/site/xdoc: download.xml index.xml

Author: ggregory
Date: Sat Sep 23 14:45:30 2017
New Revision: 1809433

URL: http://svn.apache.org/viewvc?rev=1809433&view=rev
Log:
Apache Commons VFS 2.2 requires Java 7.

Modified:
    commons/proper/vfs/trunk/src/site/xdoc/download.xml
    commons/proper/vfs/trunk/src/site/xdoc/index.xml

Modified: commons/proper/vfs/trunk/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download.xml?rev=1809433&r1=1809432&r2=1809433&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/download.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/download.xml Sat Sep 23 14:45:30 2017
@@ -146,9 +146,9 @@
         <section name="Building Commons VFS">
             <p>
                 To build Commons VFS, you can use <a href="http://maven.apache.org">Maven</a> 3.0.5 or later.
-                You need to use Java 6 or later (tested with Java 6 - 8). Production builds are done with the
-                <code>-Pjava-1.6</code> profile from Commons Parent (which will compile and test with a JDK
-                from the JAVA_1_6_HOME environment variable).
+                You need to use Java 7 or later (tested with Java 7 - 8). Production builds are done with the
+                <code>-Pjava-1.7</code> profile from Commons Parent (which will compile and test with a JDK
+                from the JAVA_1_7_HOME environment variable).
             </p><p>
                 Use <code>mvn clean verify</code> to locally build and test the <code>core</code> and 
                 <code>examples</code> modules. This will build the core JAR files in

Modified: commons/proper/vfs/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/index.xml?rev=1809433&r1=1809432&r2=1809433&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/index.xml Sat Sep 23 14:45:30 2017
@@ -66,12 +66,18 @@
 
         <section name="Requirements">
            <p>
-            Apache Commons VFS 2.1 requires Java 6. Many of the file systems require that optional components be present
-            in order for the protocol to be enabled. See the <a href="download.html">download and build</a> page for
-            information on the optional dependencies.
+            Many of the file systems require that optional components be present in order for the protocol to be 
+            enabled. See the <a href="download.html">download and build</a> page for information on the optional 
+            dependencies.
           </p>
           <p>
-           Apache Commons VFS 2.0 can be used in a Java 5 runtime.
+           Apache Commons VFS 2.2 requires Java 7.
+          </p>
+          <p>
+           Apache Commons VFS 2.1 requires Java 6.
+          </p>
+          <p>
+           Apache Commons VFS 2.0 requires Java 5.
           </p>
         </section>