summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/RuntimeConfigurable.java
Commit message (Expand)AuthorAgeFilesLines
* avoid unnecessary workMatt Benson2022-02-051-7/+8
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-3/+5
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-5/+3
* More Streams (less StreamUtils)Gintas Grigelionis2018-05-201-6/+1
* Review annotationsGintas Grigelionis2018-04-301-1/+2
* Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-13/+12
* Tidy up the codeGintas Grigelionis2018-04-031-9/+8
* Simplify and tidy upGintas Grigelionis2018-04-021-0/+1
* Merge branch '1.9.x'Stefan Bodewig2018-03-051-0/+1
|\
| * java 11's javac whines if @Deprecated Annotation is missingStefan Bodewig2018-03-051-0/+1
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+1
| * Let’s use doclintGintas Grigelionis2017-12-101-10/+13
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+1
* | Let’s use doclintGintas Grigelionis2017-12-101-10/+13
* | java 5-8java8Matt Benson2017-04-131-18/+17
|/
* fix Serializable classes that were in fact not SerializableStefan Bodewig2016-12-211-2/+3
* organize importsJan Matèrne2014-07-031-2/+1
* removing the restricted attributes from what gets fed to macrodefs, Bugzilla ...Antoine Levy-Lambert2013-12-151-13/+52
* #43362 follow-ups: missing/incorrect @since; minor doc improvements and corre...Jesse N. Glick2013-05-211-0/+1
* adding if and unless namespaces allowing to put conditions on all tasks and n...Antoine Levy-Lambert2013-05-051-0/+75
* java 5 updatesMatthew Jason Benson2012-08-201-16/+9
* Allow Object to be injected as attribute of tasksNicolas Lalevee2012-07-301-15/+31
* #52621: restore default behavior from #42046 for compatibility, but make it c...Jesse N. Glick2012-02-231-4/+11
* don't expand properties twice in attributes of macrodef'ed tasksStefan Bodewig2011-11-221-2/+10
* add serialVersionUIDMatthew Jason Benson2010-04-121-0/+3
* Now that we are on Java 1.4, track RuntimeConfigurable attributes usingMatthew Jason Benson2010-04-121-26/+18
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-181-4/+2
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-2/+3
* Some miscellaneous updates given that JDK 1.4 can be assumed.Jesse N. Glick2009-08-261-1/+2
* BZ 42736: PropertyHelper API changesMatthew Jason Benson2007-07-081-2/+2
* Always handle refid first.Peter Reilly2006-10-031-1/+11
* Bugzilla 40621: fix ordering of add and addconfiguredPeter Reilly2006-09-271-32/+3
* Performance:Peter Reilly2006-09-201-2/+15
* copy2license.plStefan Bodewig2006-09-011-5/+6
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-3/+3
* Add clone task.Matthew Jason Benson2005-01-071-50/+64
* LOCMatthew Jason Benson2004-12-161-4/+2
* Small refactoringMatthew Jason Benson2004-12-161-2/+1
* More javadoc work and LOC bumming.Matthew Jason Benson2004-12-151-11/+13
* Remove unnecessary empty Hashtable instantiations,Matthew Jason Benson2004-12-131-36/+19
* remove modifying exception code for unknown<attribute/element>exceptionPeter Reilly2004-09-271-3/+2
* Try to get the correct task/type name for an unsupported attribute/elementPeter Reilly2004-09-241-2/+19
* Javadoc fixes for RuntimeConfigurable, Project, LocationAntoine Levy-Lambert2004-07-171-2/+4
* DynamicConfiguratorNSPeter Reilly2004-05-241-7/+2
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12