summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/ProjectComponent.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Merge branch '1.9.x'Stefan Bodewig2018-03-051-0/+3
|\
| * java 11's javac whines if @Deprecated Annotation is missingStefan Bodewig2018-03-051-0/+3
| * Let’s use doclintGintas Grigelionis2017-12-101-1/+1
* | Let’s use doclintGintas Grigelionis2017-12-101-1/+1
* | java 5-8java8Matt Benson2017-04-131-0/+1
|/
* wsMatthew Jason Benson2008-10-291-2/+1
* checkstylePeter Reilly2006-12-061-1/+1
* Move description attribute from Task to ProjectComponentStefan Bodewig2006-12-061-0/+30
* checkstylePeter Reilly2006-11-051-0/+2
* checkstylePeter Reilly2006-11-041-1/+3
* reactivate mergePatterns in AbstractFileSet, implement clone in DataType and ...Antoine Levy-Lambert2006-11-011-1/+12
* some checkstyle changesPeter Reilly2006-11-011-2/+2
* Push setLocation down to ProjectComponent, reflect it into adapted tasksStefan Bodewig2006-09-111-0/+34
* copy2license.plStefan Bodewig2006-09-011-5/+6
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-3/+4
* 38458 removed log implementation of Task to allow logging from tasks outside ...Jacobus Martinus Kruithof2006-02-021-3/+3
* ProjectComponent incorrect compare used in loggingPeter Reilly2004-03-311-1/+1
* remove authors from filesPeter Reilly2004-03-091-1/+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
* SpellingAntoine Levy-Lambert2003-09-131-2/+2
* More cleanupConor MacNeill2003-07-061-2/+2
* More cleanupConor MacNeill2003-04-141-2/+3
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* If no logger is set, default to system.out instead of ignoring theCostin Manolache2002-08-221-0/+6
* Encapsulate usage of project object rather than allowing objects 7 subclasses...Peter Donald2002-07-231-3/+7
* Coding standard conformanceConor MacNeill2002-04-091-1/+2
* Ah! cruel ones, leave me alone nowConor MacNeill2002-03-181-1/+1
* JavaDoc comments.Jon Skeet2002-02-241-10/+15
* Give data types some of the capabailities of Tasks, namely accessConor MacNeill2001-08-041-0/+110