From 56956979d87adb39f2c904ee6c714c1abca1c8e3 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 28 Dec 2006 16:16:18 +0000 Subject: [PATCH] add updated and error property attributes to the javac task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@490751 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 2 + WHATSNEW | 3 ++ contributors.xml | 8 ++++ .../org/apache/tools/ant/taskdefs/Javac.java | 44 +++++++++++++++++++ 4 files changed, 57 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1e9c53e38..03f8bc688 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -175,6 +175,7 @@ Michael J. Sikorsky Michael McCallum Michael Montuori Michael Newcomb +Micheal Nygard Michael Saunders Miha Mike Roberts @@ -252,6 +253,7 @@ Thomas Butz Thomas Christen Thomas Christensen Thomas Haas +Thomas Quas Tim Drury Tim Fennell Timothy Gerard Endres diff --git a/WHATSNEW b/WHATSNEW index 9b14816ec..8a12b32b1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -25,6 +25,9 @@ Other changes: *