Browse Source

Merge pull request #190 from chrstphrchvz/backport-63438

Backport fix for bz-63438 to 1.9.x
master
Stefan Bodewig GitHub 2 years ago
parent
commit
6946fb59b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +5
    -0
      WHATSNEW
  3. +4
    -2
      build.xml
  4. +4
    -0
      contributors.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -6,6 +6,7 @@ Adam Sotona
Adrian Nistor
Aleksandr Ishutin
Alex Rosen
Alexander Grund
Alexei Yudichev
Alexey Panchenko
Alexey Solofnenko


+ 5
- 0
WHATSNEW View File

@@ -22,6 +22,11 @@ Fixed bugs:
timestamps of files transferred recursively from a server.
Bugzilla Report 66001

* Building Ant from source could result in the javadocs target failing if the
optional dependencies were missing. This has now been fixed.
Bugzilla Report 63438


Other changes:
--------------



+ 4
- 2
build.xml View File

@@ -1399,7 +1399,8 @@
windowtitle="${Name} API"
doctitle="${Name}"
maxmemory="1000M"
verbose="${javadoc.verbose}">
verbose="${javadoc.verbose}"
additionalparam="${javadoc.doclint.none}">

<packageset dir="${java.dir}"/>

@@ -1430,7 +1431,8 @@
version="true"
locale="en"
windowtitle="${Name} Test Utilities"
doctitle="${Name}">
doctitle="${Name}"
additionalparam="${javadoc.doclint.none}">

<!-- hide some meta information for javadoc -->
<tag name="pre" description="Precondition:" scope="all"/>


+ 4
- 0
contributors.xml View File

@@ -54,6 +54,10 @@
<first>Alex</first>
<last>Rosen</last>
</name>
<name>
<first>Alexander</first>
<last>Grund</last>
</name>
<name>
<first>Alexei</first>
<last>Yudichev</last>


Loading…
Cancel
Save