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).