[root]/src/antidote/org/apache/tools/ant/gui/customizer
Antidote officially moved to the CVS module jakarta-ant-antidote.
0 lines of code changed in:
Fixed bug where currently selected files were not showing up in the displayed
diallog.
4 lines of code changed in:
Fixed bug where change event was not getting fired.
6 lines of code changed in:
Added property editor for generic Object with no special property editor.
176 lines of code changed in:
Changed semantics of initializing with a null value. Now a default value is created.
13 lines of code changed in:
Added editor for properties of type 'File'.
94 lines of code changed in:
Testing rig. Not totally generallized, but helpful.
0 lines of code changed in:
Make licence statements mention Ant in place of Tomcat
7 lines of code changed in:
Major package reorganization.
1 lines of code changed in:
Added generic attribute editing capability for tasks.
142 lines of code changed in:
Started work on a Properties Bean property editor.
41 lines of code changed in:
Fixed string editor so that it property handled multi-line strings.
10 lines of code changed in:
Changed mechanism by which the PropertyEditor editor is instantiated so that it
uses whatever class is retured by BeanDescriptor.getCustomizerClass() rather
than assuming DynamicCustomizer. This will allow BeanSpecific customizers to be
used in leu of the DynamicCustomizer.
Also finally figured out the IllegalAccessException problem with calling the
NodeList methods in the ACSTreeNodeElement classes, which turned out only to
happen when jikes was used for compiling. Implemented a work around.
47 lines of code changed in:
Added TargetMonitor widget which gives a better indication of what targets will
be built if a build is launched. Also fixed a few buglets in the PropertyEditor.
2 lines of code changed in:
Geatly enhanced the property editor, adding new bean info for the
element types and an additional property editor. The navigator now shows
project, property, target and task nodes.
PR:
Obtained from:
Submitted by:
Reviewed by:
2 lines of code changed in:
Greatly enhanced the property editor, adding new bean info for the
element types and an additional property editor. The navigator now shows
project, property, target and task nodes.
PR:
Obtained from:
Submitted by:
Reviewed by:
51 lines of code changed in:
Started addition of a generic Bean editor/property sheet and supporting
infrastructure for Ant Elements.
22 lines of code changed in: