]> source.dussan.org Git - poi.git/commitdiff
update docs to Java 1.8
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 1 Sep 2018 23:43:43 +0000 (23:43 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 1 Sep 2018 23:43:43 +0000 (23:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839863 13f79535-47bb-0310-9956-ffa450edef68

README.rst
build.xml

index 4e6e4abbe43567ff8cd64331818744f460462be2..4ca5391d369df618d04c514c402184f52c75b229 100644 (file)
@@ -58,12 +58,12 @@ Source code:
 * Official `Apache git mirror`_ at apache.org
 * Unofficial `GitHub git mirror`_ at github.com
 
-Requires Java 1.6 or later.
+Requires Java 1.8 or later.
 
 Contributing
 ------------------
 
-* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
+* Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
 
 * Check out the code from svn or git
 
index ac7e645faceb80620fff9fce25def698607923f5..386ac2af24232c139103096651080507ae503175 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -573,15 +573,6 @@ under the License.
         <attribute name="src"/>
         <attribute name="dest"/>
         <sequential>
-            <!--fail
-                message="Java version might be uncapable to download https URLs - see https://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception">
-                <condition>
-                    <and>
-                        <equals arg1="${ant.java.version}" arg2="1.6"/>
-                        <contains string="@{src}" substring="https"/>
-                    </and>
-                </condition>
-            </fail-->
             <get src="@{src}" dest="@{dest}" skipexisting="true"/>
         </sequential>
     </macrodef>