summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
Commit message (Expand)AuthorAgeFilesLines
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-1/+1
* removed http links from java sources to the extent possiblejkf2019-05-251-1/+1
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-25/+43
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-42/+24
* SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-1/+1
* Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-30/+9
* Java8 refactoring stripped null check on manifest.getMainAttributesStefan Bodewig2018-02-131-1/+3
* java 5-8java8Matt Benson2017-04-131-45/+20
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-281-3/+3
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-3/+3
* Marked the DeweyDecimal in extension package deprecated.Jacobus Martinus Kruithof2009-02-061-0/+1
* checkstylePeter Reilly2006-11-161-1/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* remove reflective toArray callsMatthew Jason Benson2005-08-091-2/+2
* removed lines with $Revision: x.y $ lines (after verification)Jacobus Martinus Kruithof2005-03-091-2/+1
* fix spelling, name hiding, javadocs and styleStefan Bodewig2005-02-251-15/+12
* several javadoc fixes.Stefan Bodewig2004-11-121-8/+0
* Make getCompatibilityWith actually compare two different values.Stefan Bodewig2004-11-051-9/+9
* remove authors from filesPeter Reilly2004-03-091-2/+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
* Fix up style errorsConor MacNeill2003-07-041-280/+231
* 2003Stefan Bodewig2003-04-221-1/+1
* Fix javadoc warningsJesse Stockall2003-04-211-1/+1
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Merge changes made to 1.5 Beta2.Magesh Umasankar2002-06-221-3/+3
* Merge changes made to 1.5 Beta1.Magesh Umasankar2002-06-011-18/+22
* Add in warning bannerPeter Donald2002-04-181-0/+7
* Copy across Extension class from excalibur.extensions.*Peter Donald2002-04-181-0/+777