summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/optional/image/ColorMapper.java
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* use explicit Locale now that we use toLowerCase instead of equalsIgnoreCaseStefan Bodewig2018-02-161-1/+2
|
* java 5-8java8Matt Benson2017-04-131-18/+23
|
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-181-16/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@911324 13f79535-47bb-0310-9956-ffa450edef68
* if user input is compared to fixed strings in a case insensitive manner we ↵Stefan Bodewig2010-02-171-1/+2
| | | | | | should use the default locale. Use Locale.ENGLISH consistently git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910955 13f79535-47bb-0310-9956-ffa450edef68
* checkstylePeter Reilly2006-11-151-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475076 13f79535-47bb-0310-9956-ffa450edef68
* copy2license.plStefan Bodewig2006-09-011-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439418 13f79535-47bb-0310-9956-ffa450edef68
* checkstyle - mostly removal of _Peter Reilly2005-05-241-16/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278353 13f79535-47bb-0310-9956-ffa450edef68
* remove authors from filesPeter Reilly2004-03-091-1/+0
| | | | | | | | PR: 27177 Obtained from: J.M. (Martijn) Kruithof git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
| | | | | | | in order to make checkstyle happy git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274040 13f79535-47bb-0310-9956-ffa450edef68
* Kevin Grey's <image> task. A few modifications were made, most notably ↵Erik Hatcher2002-07-291-0/+118
changes on setter types and removal of some unused variables flagged by IDEA. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273179 13f79535-47bb-0310-9956-ffa450edef68