summaryrefslogtreecommitdiff
path: root/src/antidote
Commit message (Expand)AuthorAgeFilesLines
* Correct pointer to Antidote, submitted by Larry ShatzerStefan Bodewig2003-09-121-1/+1
* Move messagemetasim2001-04-171-0/+6
* Antidote officially moved to the CVS module jakarta-ant-antidote.metasim2001-04-17196-25171/+0
* Added DragTree.java and DragTreeListener.javanickdavis2001-04-162-0/+702
* changed the JTree to DragTree and added DragTreeListenernickdavis2001-04-161-2/+52
* modified getDisplayName to display common attribute informationnickdavis2001-04-161-0/+38
* added a few optional tasksnickdavis2001-04-161-10/+110
* added <patternset> to <fileset>'s possible childrennickdavis2001-04-161-1/+1
* add support for optional elementsnickdavis2001-04-117-130/+648
* sort elements in the comboboxnickdavis2001-04-111-2/+8
* add function to fill a List from an Object[]nickdavis2001-04-111-0/+83
* added input validation to dialognickdavis2001-04-061-2/+90
* no "delete" menu for project element. display "delete" and "new element"nickdavis2001-04-061-1/+23
* editor which provides a combobox of available attributesnickdavis2001-04-061-0/+383
* getAction was added to allow removal of JDK 1.3 featurenickdavis2001-04-061-0/+10
* removed the use of JDK 1.3 feature (Button.getAction)nickdavis2001-04-061-3/+5
* new elements will have required attributes addednickdavis2001-04-061-0/+14
* registered DtdAttributePropertyEditor with PropertyEditorManagernickdavis2001-04-061-0/+6
* changed "NamedValues" property to ACSDtdDefinedAttributesnickdavis2001-04-062-14/+153
* Added "DtdAttributes" class and fixed DtdElement's getters and setters.nickdavis2001-04-061-5/+83
* Fixed coding system problem (dos-2-unix translation error).metasim2001-04-051-1/+0
* Applied Nick Davis' patch to support generic elements based on an Ant DTD.metasim2001-03-2825-44/+2196
* Updatedmetasim2001-03-121-3/+3
* Committed Nick Davis' patch to add action toggleability.metasim2001-03-1212-132/+795
* Added property missed in last patch.metasim2001-03-081-0/+1
* By Christoph Wilhelms: Externalization of strings and removal ofmetasim2001-02-252-205/+169
* Added Christoph Wilhelms' "depends" property editor.metasim2001-02-199-2/+974
* orphaned changemetasim2001-02-151-0/+2
* Applied Chris Wilhelm's change to provide a clear log button, and notmetasim2001-02-091-17/+36
* Applied patch from Deryk Sinotte that fixes problem with discontiguousmetasim2001-02-091-3/+7
* Fixed bug with looking up resources under windows.metasim2001-01-311-3/+1
* Updates to reflect some design changes.metasim2001-01-242-34/+20
* Incremental update.metasim2001-01-247-5/+159
* Fixed bug where currently selected files were not showing up in the displayedmetasim2001-01-241-7/+4
* Added more panels to build wizard, and created state machine framework.metasim2001-01-1717-122/+1397
* Fixed bug where change event was not getting fired.metasim2001-01-161-20/+6
* Added property editor for generic Object with no special property editor.metasim2001-01-162-27/+490
* Changed semantics of initializing with a null value. Now a default value is c...metasim2001-01-163-5/+13
* Added editor for properties of type 'File'.metasim2001-01-162-3/+305
* Testing rig. Not totally generallized, but helpful.metasim2001-01-161-0/+28
* Initial commitmetasim2001-01-161-0/+335
* Successfully managed to expose myself to public embarassssment by mispellln'metasim2001-01-1612-83/+90
* Wizzard tweaks.metasim2001-01-156-13/+274
* Initial framework for a build-file wizzard.metasim2001-01-1515-43/+1424
* Updatedmetasim2001-01-121-14/+8
* Added rough ability to add new tasks (javac only) and properties.metasim2001-01-127-0/+407
* Added ability to add new targets.metasim2001-01-129-17/+316
* Started rewrite of tree model to remove ACS dependency on TreeNode.metasim2001-01-117-130/+259
* Fixed bug where properties editor wasn't geting cleared when the project wasmetasim2001-01-111-4/+10
* Added support for updating display based on property change events in the datametasim2001-01-112-20/+45