details:   https://code.openbravo.com/erp/devel/pi/rev/bb6ad56d12fe
changeset: 34510:bb6ad56d12fe
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Wed Aug 15 14:21:28 2018 +0200
summary:   Fixed 39139. Fix links to oracle html in generated javadoc.

Change link for javadoc to https to avoid redirect breaking link generation.
Change target to jdk8 javadoc as that is now minimum required in pi.

diffstat:

 build.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9dc39b012ebe -r bb6ad56d12fe build.xml
--- a/build.xml Mon Aug 13 19:24:29 2018 +0000
+++ b/build.xml Wed Aug 15 14:21:28 2018 +0200
@@ -559,7 +559,7 @@
           <include name="*/lib/test/*.jar" />
         </fileset>
       </classpath>
-      <link href="http://docs.oracle.com/javase/7/docs/api/"/>
+      <link href="https://docs.oracle.com/javase/8/docs/api/"/>
     </javadoc>
   </target>
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to