From 8d904286f0b528d468fd1bf855aa3a06fe83cf85 Mon Sep 17 00:00:00 2001 From: metasim Date: Mon, 12 Mar 2001 19:57:03 +0000 Subject: [PATCH] Updated git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268814 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/antidote/TODO b/src/antidote/TODO index 7d6de3d57..5c5f88758 100644 --- a/src/antidote/TODO +++ b/src/antidote/TODO @@ -1,4 +1,7 @@ TODO List: + * Rewrite ACSFactory to use it's own parser rather than the implementation + specific com.sun.xml.tree.SimpleElementFactory class (only available + in JAXP from Sun). * Add editors for defining file sets, and other "sets". @@ -45,9 +48,6 @@ TODO List: * Add error handler for SAX parser to better report loading errors. - * Add support to ActionManager to handle toggle actions in tool bar. Also - need a better way of detecting the selected state of the action button. - * Project properties viewer, including the ability to view dependencies (local and cascading).