Project

General

Profile

ant-javadoc.diff

Galya B, 12/14/2023 02:12 AM

Download (797 Bytes)

View differences:

build.xml 2023-12-14 07:08:17 +0000
1805 1805
             destdir="${dist.home}/docs/api"
1806 1806
             maxmemory="1g"
1807 1807
             access="private"
1808
             Footer="Copyright (c) 2004-2022, Golden Code Development
1808
             Footer="Copyright (c) 2004-2023, Golden Code Development
1809 1809
                     Corporation.<br>
1810 1810
                     ALL RIGHTS RESERVED. Use is subject to license terms."
1811 1811
             Windowtitle="P2J - Progress 4GL to Java Conversion and Runtime"
1812 1812
             locale="en_US"
1813 1813
             packagenames="*">
1814 1814

  
1815
      <arg value="-Xdoclint"/>
1816
      <arg value="all"/>
1815 1817
      <arg value="-Xmaxerrs"/>
1816 1818
      <arg value="10000"/>
1817 1819
      <arg value="-Xmaxwarns"/>