summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/resources/selectors
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-2514-14/+14
* Make DataType and Reference genericGintas Grigelionis2018-11-192-8/+11
* Remove redundanciesGintas Grigelionis2018-08-201-2/+0
* Redundant explicit iteratorGintas Grigelionis2018-08-121-2/+2
* Tidy up the codeGintas Grigelionis2018-04-031-1/+1
* Simplify and tidy upGintas Grigelionis2018-04-021-4/+2
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-012-4/+4
* Let’s use doclintGintas Grigelionis2017-12-102-2/+2
* whitespaceStefan Bodewig2017-04-191-1/+1
* java 5-8java8Matt Benson2017-04-138-55/+47
* fix the patterns used by touch and date selectorsStefan Bodewig2016-07-311-7/+6
* PR 56749 Javadoc 1.8 fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-3/+3
* whitespaceStefan Bodewig2014-07-121-2/+2
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-1/+0
* checkstyleJan Matèrne2014-07-041-7/+9
* organize importsJan Matèrne2014-07-036-12/+12
* Java 1.5, continuedMatthew Jason Benson2012-08-227-28/+28
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* #52829: ResourceCollection now Iterable<Resource>.Jesse N. Glick2012-04-161-2/+2
* merge redundant codeStefan Bodewig2010-08-171-5/+2
* handleDirSep on name selector. PR 47858Stefan Bodewig2009-09-181-2/+32
* executable?Stefan Bodewig2009-08-0613-0/+0
* simplifyStefan Bodewig2008-11-292-9/+3
* first step of reference-check auditing after I re-understood how things are s...Stefan Bodewig2008-11-282-0/+8
* support regular expressions in filename and name selectors. PR 45284.Stefan Bodewig2008-08-141-2/+49
* type anyMatthew Jason Benson2008-07-021-2/+6
* checkstylePeter Reilly2006-11-163-2/+4
* checkstylePeter Reilly2006-11-121-7/+0
* Added <compare> resource selector to select resources based on theMatthew Jason Benson2006-10-101-0/+153
* fix method signature--accidentally and unnecessarily opening up accessMatthew Jason Benson2006-10-101-1/+1
* copy2license.plStefan Bodewig2006-09-0113-65/+78
* convenience additionsMatthew Jason Benson2005-09-211-1/+38
* add array constructors for simplified coding of nested selectorsMatthew Jason Benson2005-09-215-0/+72
* ResourceCollectionsMatthew Jason Benson2005-05-2313-0/+949