| Commit message (Expand) | Author | Age | Files | Lines |
| * | avoid unnecessary work | Matt Benson | 2022-02-05 | 1 | -7/+8 |
| * | updated reference to license from http to https using | jkf | 2019-05-25 | 1 | -1/+1 |
| * | Revert last 5 commits | Gintas Grigelionis | 2018-11-04 | 1 | -3/+5 |
| * | SonarQube: nested if’s is a major code smell | Gintas Grigelionis | 2018-11-04 | 1 | -5/+3 |
| * | More Streams (less StreamUtils) | Gintas Grigelionis | 2018-05-20 | 1 | -6/+1 |
| * | Review annotations | Gintas Grigelionis | 2018-04-30 | 1 | -1/+2 |
| * | Use null-or-empty pattern | Gintas Grigelionis | 2018-04-06 | 1 | -1/+1 |
| * | Checkstyle and simplify, next iteration | Gintas Grigelionis | 2018-04-05 | 1 | -13/+12 |
| * | Tidy up the code | Gintas Grigelionis | 2018-04-03 | 1 | -9/+8 |
| * | Simplify and tidy up | Gintas Grigelionis | 2018-04-02 | 1 | -0/+1 |
| * | Merge branch '1.9.x' | Stefan Bodewig | 2018-03-05 | 1 | -0/+1 |
| |\ |
|
| | * | java 11's javac whines if @Deprecated Annotation is missing | Stefan Bodewig | 2018-03-05 | 1 | -0/+1 |
| | * | Checkstyle: whitespace, line continuation and modifier idiosyncrasies | Gintas Grigelionis | 2017-12-11 | 1 | -2/+1 |
| | * | Let’s use doclint | Gintas Grigelionis | 2017-12-10 | 1 | -10/+13 |
| * | | Checkstyle: whitespace, line continuation and modifier idiosyncrasies | Gintas Grigelionis | 2017-12-11 | 1 | -2/+1 |
| * | | Let’s use doclint | Gintas Grigelionis | 2017-12-10 | 1 | -10/+13 |
| * | | java 5-8java8 | Matt Benson | 2017-04-13 | 1 | -18/+17 |
| |/ |
|
| * | fix Serializable classes that were in fact not Serializable | Stefan Bodewig | 2016-12-21 | 1 | -2/+3 |
| * | organize imports | Jan Matèrne | 2014-07-03 | 1 | -2/+1 |
| * | removing the restricted attributes from what gets fed to macrodefs, Bugzilla ... | Antoine Levy-Lambert | 2013-12-15 | 1 | -13/+52 |
| * | #43362 follow-ups: missing/incorrect @since; minor doc improvements and corre... | Jesse N. Glick | 2013-05-21 | 1 | -0/+1 |
| * | adding if and unless namespaces allowing to put conditions on all tasks and n... | Antoine Levy-Lambert | 2013-05-05 | 1 | -0/+75 |
| * | java 5 updates | Matthew Jason Benson | 2012-08-20 | 1 | -16/+9 |
| * | Allow Object to be injected as attribute of tasks | Nicolas Lalevee | 2012-07-30 | 1 | -15/+31 |
| * | #52621: restore default behavior from #42046 for compatibility, but make it c... | Jesse N. Glick | 2012-02-23 | 1 | -4/+11 |
| * | don't expand properties twice in attributes of macrodef'ed tasks | Stefan Bodewig | 2011-11-22 | 1 | -2/+10 |
| * | add serialVersionUID | Matthew Jason Benson | 2010-04-12 | 1 | -0/+3 |
| * | Now that we are on Java 1.4, track RuntimeConfigurable attributes using | Matthew Jason Benson | 2010-04-12 | 1 | -26/+18 |
| * | As Jesse points out, equalsIgnoreCase is not locale-sensitive | Stefan Bodewig | 2010-02-18 | 1 | -4/+2 |
| * | if user input is compared to fixed strings in a case insensitive manner we sh... | Stefan Bodewig | 2010-02-17 | 1 | -2/+3 |
| * | Some miscellaneous updates given that JDK 1.4 can be assumed. | Jesse N. Glick | 2009-08-26 | 1 | -1/+2 |
| * | BZ 42736: PropertyHelper API changes | Matthew Jason Benson | 2007-07-08 | 1 | -2/+2 |
| * | Always handle refid first. | Peter Reilly | 2006-10-03 | 1 | -1/+11 |
| * | Bugzilla 40621: fix ordering of add and addconfigured | Peter Reilly | 2006-09-27 | 1 | -32/+3 |
| * | Performance: | Peter Reilly | 2006-09-20 | 1 | -2/+15 |
| * | copy2license.pl | Stefan Bodewig | 2006-09-01 | 1 | -5/+6 |
| * | indicated when methods/classes became deprecated, as to give us the possibili... | Jacobus Martinus Kruithof | 2006-04-21 | 1 | -3/+3 |
| * | Add clone task. | Matthew Jason Benson | 2005-01-07 | 1 | -50/+64 |
| * | LOC | Matthew Jason Benson | 2004-12-16 | 1 | -4/+2 |
| * | Small refactoring | Matthew Jason Benson | 2004-12-16 | 1 | -2/+1 |
| * | More javadoc work and LOC bumming. | Matthew Jason Benson | 2004-12-15 | 1 | -11/+13 |
| * | Remove unnecessary empty Hashtable instantiations, | Matthew Jason Benson | 2004-12-13 | 1 | -36/+19 |
| * | remove modifying exception code for unknown<attribute/element>exception | Peter Reilly | 2004-09-27 | 1 | -3/+2 |
| * | Try to get the correct task/type name for an unsupported attribute/element | Peter Reilly | 2004-09-24 | 1 | -2/+19 |
| * | Javadoc fixes for RuntimeConfigurable, Project, Location | Antoine Levy-Lambert | 2004-07-17 | 1 | -2/+4 |
| * | DynamicConfiguratorNS | Peter Reilly | 2004-05-24 | 1 | -7/+2 |
| * | remove authors from files | Peter Reilly | 2004-03-09 | 1 | -1/+0 |
| * | Copyright owner is The Apache Software Foundation | Antoine Levy-Lambert | 2004-02-09 | 1 | -1/+1 |
| * | Remove trailing spaces in all java files | Antoine Levy-Lambert | 2004-02-04 | 1 | -2/+2 |
| * | Switch to Apache Software License 2.0 | Antoine Levy-Lambert | 2004-02-03 | 1 | -49/+12 |