details:   https://code.openbravo.com/erp/devel/pi/rev/5a2eed8a9dad
changeset: 33745:5a2eed8a9dad
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Mon Mar 26 09:19:04 2018 +0200
summary:   fixes bug 38214: -Xdoclint:-missing required for 
generate.java.doc.jdk7 task

diffstat:

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

diffs (11 lines):

diff -r 3ee6ba66926c -r 5a2eed8a9dad build.xml
--- a/build.xml Mon Mar 26 06:23:50 2018 +0000
+++ b/build.xml Mon Mar 26 09:19:04 2018 +0200
@@ -559,6 +559,7 @@
         </fileset>
       </classpath>
       <link href="http://docs.oracle.com/javase/7/docs/api/"/>
+      <arg value="-Xdoclint:-missing"/>
     </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