summaryrefslogtreecommitdiff
path: root/src/antidote
Commit message (Collapse)AuthorAgeFilesLines
* Correct pointer to Antidote, submitted by Larry ShatzerStefan Bodewig2003-09-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275222 13f79535-47bb-0310-9956-ffa450edef68
* Move messagemetasim2001-04-171-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268949 13f79535-47bb-0310-9956-ffa450edef68
* Antidote officially moved to the CVS module jakarta-ant-antidote.metasim2001-04-17196-25171/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268948 13f79535-47bb-0310-9956-ffa450edef68
* Added DragTree.java and DragTreeListener.javanickdavis2001-04-162-0/+702
| | | | | | | (a JTree with drop and drag support) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268947 13f79535-47bb-0310-9956-ffa450edef68
* changed the JTree to DragTree and added DragTreeListenernickdavis2001-04-161-2/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268946 13f79535-47bb-0310-9956-ffa450edef68
* modified getDisplayName to display common attribute informationnickdavis2001-04-161-0/+38
| | | | | | | (eg "mkdir: ${build.dir}") git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268945 13f79535-47bb-0310-9956-ffa450edef68
* added a few optional tasksnickdavis2001-04-161-10/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268944 13f79535-47bb-0310-9956-ffa450edef68
* added <patternset> to <fileset>'s possible childrennickdavis2001-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268943 13f79535-47bb-0310-9956-ffa450edef68
* add support for optional elementsnickdavis2001-04-117-130/+648
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268938 13f79535-47bb-0310-9956-ffa450edef68
* sort elements in the comboboxnickdavis2001-04-111-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268937 13f79535-47bb-0310-9956-ffa450edef68
* add function to fill a List from an Object[]nickdavis2001-04-111-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268936 13f79535-47bb-0310-9956-ffa450edef68
* added input validation to dialognickdavis2001-04-061-2/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268928 13f79535-47bb-0310-9956-ffa450edef68
* no "delete" menu for project element. display "delete" and "new element"nickdavis2001-04-061-1/+23
| | | | | | | for all elements. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268927 13f79535-47bb-0310-9956-ffa450edef68
* editor which provides a combobox of available attributesnickdavis2001-04-061-0/+383
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268926 13f79535-47bb-0310-9956-ffa450edef68
* getAction was added to allow removal of JDK 1.3 featurenickdavis2001-04-061-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268925 13f79535-47bb-0310-9956-ffa450edef68
* removed the use of JDK 1.3 feature (Button.getAction)nickdavis2001-04-061-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268924 13f79535-47bb-0310-9956-ffa450edef68
* new elements will have required attributes addednickdavis2001-04-061-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268923 13f79535-47bb-0310-9956-ffa450edef68
* registered DtdAttributePropertyEditor with PropertyEditorManagernickdavis2001-04-061-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268922 13f79535-47bb-0310-9956-ffa450edef68
* changed "NamedValues" property to ACSDtdDefinedAttributesnickdavis2001-04-062-14/+153
| | | | | | | to allow for custom editor. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268921 13f79535-47bb-0310-9956-ffa450edef68
* Added "DtdAttributes" class and fixed DtdElement's getters and setters.nickdavis2001-04-061-5/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268920 13f79535-47bb-0310-9956-ffa450edef68
* Fixed coding system problem (dos-2-unix translation error).metasim2001-04-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268916 13f79535-47bb-0310-9956-ffa450edef68
* Applied Nick Davis' patch to support generic elements based on an Ant DTD.metasim2001-03-2825-44/+2196
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268895 13f79535-47bb-0310-9956-ffa450edef68
* Updatedmetasim2001-03-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268814 13f79535-47bb-0310-9956-ffa450edef68
* Committed Nick Davis' patch to add action toggleability.metasim2001-03-1212-132/+795
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268813 13f79535-47bb-0310-9956-ffa450edef68
* Added property missed in last patch.metasim2001-03-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268779 13f79535-47bb-0310-9956-ffa450edef68
* By Christoph Wilhelms: Externalization of strings and removal ofmetasim2001-02-252-205/+169
| | | | | | | dependency ordering capability. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268736 13f79535-47bb-0310-9956-ffa450edef68
* Added Christoph Wilhelms' "depends" property editor.metasim2001-02-199-2/+974
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268700 13f79535-47bb-0310-9956-ffa450edef68
* orphaned changemetasim2001-02-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268677 13f79535-47bb-0310-9956-ffa450edef68
* Applied Chris Wilhelm's change to provide a clear log button, and notmetasim2001-02-091-17/+36
| | | | | | | | to clear the log by default. Also added date to the start and end build messages. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268618 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from Deryk Sinotte that fixes problem with discontiguousmetasim2001-02-091-3/+7
| | | | | | | selections of multiple targets. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268615 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug with looking up resources under windows.metasim2001-01-311-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268551 13f79535-47bb-0310-9956-ffa450edef68
* Updates to reflect some design changes.metasim2001-01-242-34/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268520 13f79535-47bb-0310-9956-ffa450edef68
* Incremental update.metasim2001-01-247-5/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268519 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug where currently selected files were not showing up in the displayedmetasim2001-01-241-7/+4
| | | | | | | diallog. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268518 13f79535-47bb-0310-9956-ffa450edef68
* Added more panels to build wizard, and created state machine framework.metasim2001-01-1717-122/+1397
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268476 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug where change event was not getting fired.metasim2001-01-161-20/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268474 13f79535-47bb-0310-9956-ffa450edef68
* Added property editor for generic Object with no special property editor.metasim2001-01-162-27/+490
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268473 13f79535-47bb-0310-9956-ffa450edef68
* Changed semantics of initializing with a null value. Now a default value is ↵metasim2001-01-163-5/+13
| | | | | | created. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268472 13f79535-47bb-0310-9956-ffa450edef68
* Added editor for properties of type 'File'.metasim2001-01-162-3/+305
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268471 13f79535-47bb-0310-9956-ffa450edef68
* Testing rig. Not totally generallized, but helpful.metasim2001-01-161-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268470 13f79535-47bb-0310-9956-ffa450edef68
* Initial commitmetasim2001-01-161-0/+335
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268469 13f79535-47bb-0310-9956-ffa450edef68
* Successfully managed to expose myself to public embarassssment by mispellln'metasim2001-01-1612-83/+90
| | | | | | | "wizzzerd" all over the place. :-( git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268468 13f79535-47bb-0310-9956-ffa450edef68
* Wizzard tweaks.metasim2001-01-156-13/+274
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268454 13f79535-47bb-0310-9956-ffa450edef68
* Initial framework for a build-file wizzard.metasim2001-01-1515-43/+1424
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268453 13f79535-47bb-0310-9956-ffa450edef68
* Updatedmetasim2001-01-121-14/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268450 13f79535-47bb-0310-9956-ffa450edef68
* Added rough ability to add new tasks (javac only) and properties.metasim2001-01-127-0/+407
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268449 13f79535-47bb-0310-9956-ffa450edef68
* Added ability to add new targets.metasim2001-01-129-17/+316
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268448 13f79535-47bb-0310-9956-ffa450edef68
* Started rewrite of tree model to remove ACS dependency on TreeNode.metasim2001-01-117-130/+259
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268442 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug where properties editor wasn't geting cleared when the project wasmetasim2001-01-111-4/+10
| | | | | | | closed. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268440 13f79535-47bb-0310-9956-ffa450edef68
* Added support for updating display based on property change events in the datametasim2001-01-112-20/+45
| | | | | | | model. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268439 13f79535-47bb-0310-9956-ffa450edef68