Browse Source

Bugzilla 42334: System properties may be none string objects

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@535314 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
a2ef942f63
3 changed files with 7 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +2
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -12,6 +12,7 @@ Anil K. Vijendran
Anli Shundi
Anthony Goubard
Anthony Green
Antoine Baudoux
Antoine Levy-Lambert
Anton Mazkovoi
Arnaud Vandyck


+ 2
- 0
WHATSNEW View File

@@ -68,6 +68,8 @@ Fixed bugs:
* -autoproxy turns Java1.5+ automatic proxy support on. Bugzilla 41904

* handle null result of system getProperty(). Bugzilla 42334.

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



+ 4
- 0
contributors.xml View File

@@ -55,6 +55,10 @@
<first>Anthony</first>
<last>Green</last>
</name>
<name>
<first>Antoine</first>
<last>Baudoux</last>
</name>
<name>
<first>Antoine</first>
<last>Levy-Lambert</last>


Loading…
Cancel
Save