summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/ProjectHelper.java
Commit message (Expand)AuthorAgeFilesLines
* More MagicNamestwogee2020-07-291-4/+15
* antlib: is a magic nametwogee2020-01-191-2/+2
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-1/+0
* SonarQube: missing annotations on overridden methodsGintas Grigelionis2018-11-041-0/+1
* Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* Avoid line.separatorGintas Grigelionis2018-04-051-4/+2
* Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-10/+2
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-1/+1
* Use foreach loopsGintas Grigelionis2018-04-011-3/+3
* Merge branch '1.9.x'Stefan Bodewig2018-03-051-0/+5
|\
| * java 11's javac whines if @Deprecated Annotation is missingStefan Bodewig2018-03-051-0/+5
| * Let’s use doclintGintas Grigelionis2017-12-101-2/+12
* | Let’s use doclintGintas Grigelionis2017-12-101-2/+12
* | java 5-8java8Matt Benson2017-04-131-9/+5
|/
* Preserve exit status on error in <ant>/<antcall>Anthony Wat2016-03-251-0/+7
* checkstyleJan Matèrne2014-07-041-4/+4
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-101-2/+2
* fix for Target rewriting for nested "include" only works when "as" is specifi...Antoine Levy-Lambert2013-05-121-0/+6
* adding if and unless namespaces allowing to put conditions on all tasks and n...Antoine Levy-Lambert2013-05-051-0/+15
* java 5 updatesMatthew Jason Benson2012-08-201-29/+25
* BR 53550, thanks to Tim PokornyNicolas Lalevee2012-08-151-11/+36
* BR 53549Nicolas Lalevee2012-08-151-0/+47
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-2/+2
* JDK 5.Jesse N. Glick2012-04-191-1/+1
* Make an enum like class for the values of the missing extension point behaviorNicolas Lalevee2010-11-151-17/+52
* allow targets to deal with missing extension points. PR 49473. Submitted by...Stefan Bodewig2010-06-231-3/+22
* extension-point doesn't work with import. PR 48804Stefan Bodewig2010-04-271-0/+15
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-181-4/+0
* typoStefan Bodewig2010-02-171-1/+1
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-1/+5
* fix javadoc warningsAntoine Levy-Lambert2010-02-141-1/+1
* - use the project helper repository for antlib tooNicolas Lalevee2009-10-261-7/+9
* PR 47830 : implementation of the ProjectHelperRepository to make Ant able to ...Nicolas Lalevee2009-09-271-117/+34
* method level Javadocs for PropertyHelperStefan Bodewig2009-09-041-0/+3
* Make prefix separator configurable, nest prefixes in includeStefan Bodewig2008-11-121-0/+26
* add an <import> variant named <include> that matches EasyAnt's <use>Stefan Bodewig2008-11-111-2/+37
* add 'as' attribute to <import> in order to control the imported target's pref...Stefan Bodewig2008-11-111-0/+28
* remove some warnings from code that is by now carved into stoneStefan Bodewig2008-11-111-16/+1
* spellingJan Materne2008-09-171-1/+1
* use the configured ProjectHelper to parse antlib descriptors, if possible, P...Stefan Bodewig2008-09-161-0/+34
* formatting & MagicNamesMatthew Jason Benson2007-06-221-65/+30
* -tiny loop changeKevin Jackson2007-03-131-1/+1
* checkstylePeter Reilly2006-11-011-3/+3
* copy2license.plStefan Bodewig2006-09-011-5/+6
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-6/+13
* whitespace onlyJacobus Martinus Kruithof2005-09-221-2/+2
* make something a constantSteve Loughran2005-07-221-1/+6
* Catching Throwable while calling new on a no statement constructor (all field...Jacobus Martinus Kruithof2005-05-231-9/+1
* 2005Stefan Bodewig2005-03-301-1/+1