summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/optional
Commit message (Expand)AuthorAgeFilesLines
* refactor script manager to enumMatt Benson2022-02-153-0/+31
* fix bug with scriptcondition eval resultMatt Benson2022-02-141-1/+1
* make scriptcondition behave as documented wrt script return valueMatt Benson2022-02-141-2/+2
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-1/+1
* updated reference to license from http to https usingjkf2019-05-2532-32/+32
* Make DataType and Reference genericGintas Grigelionis2018-11-191-2/+5
* Implement ArcType as suggestedGintas Grigelionis2018-11-141-13/+52
* ImageIO task (a replacement for Image task)Gintas Grigelionis2018-08-1213-5/+1114
* Avoid Collections.list().stream()Gintas Grigelionis2018-05-171-10/+6
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-7/+3
* Avoid repetitionGintas Grigelionis2018-04-061-4/+3
* Use foreach loopsGintas Grigelionis2018-04-011-4/+3
* Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-312-2/+2
* Undo Java 8 refactoring changes of clone() method signature (relates to commi...Jaikiran Pai2018-02-281-1/+1
* Merge branch '1.9.x'Stefan Bodewig2018-02-161-1/+1
|\
| * port image type bug fixes from Java8 refactoring in masterStefan Bodewig2018-02-164-4/+15
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-3/+1
| * Let’s use doclintGintas Grigelionis2017-12-108-16/+20
* | use explicit Locale now that we use toLowerCase instead of equalsIgnoreCaseStefan Bodewig2018-02-161-1/+2
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-3/+1
* | Let’s use doclintGintas Grigelionis2017-12-108-23/+23
* | whitespaceStefan Bodewig2017-04-192-3/+3
* | java 5-8java8Matt Benson2017-04-1318-154/+172
* | three more missing setEncoding methods, thanks to @pyxideStefan Bodewig2017-02-213-0/+29
* | xzresource task - PR 60350Stefan Bodewig2017-01-111-0/+77
|/
* organize importsJan Matèrne2014-07-0315-19/+31
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-281-1/+1
* Java 1.5, continuedMatthew Jason Benson2012-08-225-36/+30
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-262-2/+2
* microoptimizations. PR 50716Stefan Bodewig2011-02-036-8/+16
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-182-21/+16
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-172-4/+7
* allow rootfilesets with a dir other than the dir attribute of the classfilese...Stefan Bodewig2009-08-272-3/+14
* really add setbeans attribute to scriptmapper/filter/condition. PR 47336Stefan Bodewig2009-06-092-0/+29
* refid-audit of indirect subclasses of DataTypeStefan Bodewig2008-12-021-1/+21
* oopsMatthew Jason Benson2008-06-171-1/+1
* revert broken stuffMatthew Jason Benson2008-06-172-13/+5
* Use StringUtils.removeSuffix()Jan Materne2007-09-241-3/+2
* more magic numbersPeter Reilly2007-09-241-1/+2
* <scriptcondition> now prefers evaluation result/return value over value prope...Matthew Jason Benson2007-06-282-6/+13
* align script implementationPeter Reilly2006-12-071-11/+60
* It is now possible to build Ant without BSF and then run using JSR scripting.Jesse N. Glick2006-12-071-5/+7
* use helper class, add manager attribute, add classpathPeter Reilly2006-12-032-23/+144
* checkstylePeter Reilly2006-11-182-2/+10
* checkstylePeter Reilly2006-11-161-2/+2
* inheritDocPeter Reilly2006-11-151-3/+10
* checkstylePeter Reilly2006-11-1511-12/+188
* checkstylePeter Reilly2006-11-052-5/+5
* Move ScriptRunner (which depends on bsf.jar) toPeter Reilly2006-09-153-3/+3
* copy2license.plStefan Bodewig2006-09-0119-95/+114