summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/filters
Commit message (Expand)AuthorAgeFilesLines
* organize importsJan Matèrne2014-07-0318-11/+27
* PR 56584 allow ReplaceTokens filter to use multi-character token separators. ...Stefan Bodewig2014-06-241-101/+84
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-102-12/+13
* checkstyleAntoine Levy-Lambert2013-03-032-3/+2
* java 5, continuedMatthew Jason Benson2012-08-2110-78/+74
* NPE in ExpandProperties when input is empty. PR 53626Stefan Bodewig2012-08-131-3/+7
* Bug 53036 - FixCRLF does not respect the eol="asis" settingJacobus Martinus Kruithof2012-05-261-4/+4
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-263-3/+3
* readFully(), then index into a char[], rather than calling substring(1) after...Matthew Jason Benson2011-04-081-25/+16
* Bug 51044 - Allow a <propertyset> in an <expandproperties> filterMatthew Jason Benson2011-04-081-1/+35
* fix for bug 50515, incorrect unicode escapes in propertyfile taskAntoine Levy-Lambert2011-01-031-8/+3
* support casesensitive in linecontainsregexp and casesensitive, multiline and ...Stefan Bodewig2010-08-171-2/+21
* merge redundant codeStefan Bodewig2010-08-171-17/+2
* extract constantStefan Bodewig2010-04-191-2/+2
* fix javadoc warningsAntoine Levy-Lambert2010-02-141-2/+2
* fix markup in examplesStefan Bodewig2010-02-051-2/+2
* document sortfilterStefan Bodewig2010-02-051-9/+22
* appendtolines -> suffixlinesStefan Bodewig2010-01-111-27/+27
* complement prefixlines with appendtolinesStefan Bodewig2009-12-291-0/+173
* whitespace and make method paarameters finalStefan Bodewig2009-09-031-14/+15
* extract methodStefan Bodewig2009-09-031-60/+72
* clean up classloaders if things go wrong as wellStefan Bodewig2009-09-031-5/+20
* filterchains leak classloaders, PR 45439Stefan Bodewig2009-09-011-1/+23
* Hey, TokenFilters can be used in filterchains with no effort, didn't know thatStefan Bodewig2009-08-271-3/+1
* UniqFilter is not only simpler if implemented as a TokenFilter, it is even mo...Stefan Bodewig2009-08-271-38/+8
* Unmappable character, anyway incorrect acc. to <http://en.wiktionary.org/wiki...Jesse N. Glick2009-08-261-1/+1
* Now that we have sort, throw in uniq as wellStefan Bodewig2009-08-261-0/+69
* new filter sortfilter by David Leal. PR 40504Stefan Bodewig2009-08-261-0/+362
* executable?Stefan Bodewig2009-08-061-0/+0
* replacetokens failed if stream ends in begintoken. PR 47306.Stefan Bodewig2009-06-031-1/+5
* allow tokens in replacetokens filter to be read from a resource. PR 42702Stefan Bodewig2008-12-091-10/+28
* more checkstylePeter Reilly2007-09-141-1/+2
* oppsPeter Reilly2007-09-141-1/+1
* magic numbersPeter Reilly2007-09-141-4/+11
* revert readfully change, add in safeReadFullyPeter Reilly2007-09-031-1/+1
* oppsPeter Reilly2007-09-031-1/+1
* change some usages that assumed null from readfullyPeter Reilly2007-09-032-2/+2
* should speed this filter somewhatMatthew Jason Benson2007-07-231-0/+7
* exclusivityMatthew Jason Benson2007-05-101-0/+3
* striplinecomments comment nested text valueMatthew Jason Benson2007-05-101-0/+10
* adding javadocs. It seems to me that this code could be replaced by deleteCha...Steve Loughran2007-04-101-1/+6
* Changes after static code analysis.Jacobus Martinus Kruithof2007-04-083-6/+5
* Changes after static code analysis.Jacobus Martinus Kruithof2007-04-081-1/+1
* linefeedsStefan Bodewig2006-12-041-1/+1
* checkstylePeter Reilly2006-11-161-1/+1
* checkstylePeter Reilly2006-11-091-13/+61
* checkstylePeter Reilly2006-11-051-0/+3
* checkstylePeter Reilly2006-11-042-3/+3
* some checkstyle changesPeter Reilly2006-11-012-2/+4
* remove some imports we dont needSteve Loughran2006-10-271-3/+0