summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/jsp/WLJspc.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert "Check spelling"Gintas Grigelionis2018-09-111-1/+1
* Check spellingGintas Grigelionis2018-09-091-1/+1
* Checkstyle/spellingGintas Grigelionis2018-04-201-12/+12
* Use null-or-empty patternGintas Grigelionis2018-04-061-2/+2
* Avoid repetitionGintas Grigelionis2018-04-061-2/+1
* Simplify and tidy upGintas Grigelionis2018-04-021-1/+1
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-3/+3
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+2
* java 5-8java8Matt Benson2017-04-131-48/+34
* organize importsJan Matèrne2014-07-031-0/+1
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-281-1/+1
* sconnolly advises using TODO rather than XXX in comments.Jesse N. Glick2013-07-171-3/+3
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-1/+2
* checkstyle: remove inner assignmentPeter Reilly2007-09-281-1/+1
* checkstylePeter Reilly2007-09-261-0/+4
* checkstylePeter Reilly2006-11-181-4/+19
* copy2license.plStefan Bodewig2006-09-011-5/+6
* This commit eliminates all (but one) use of Project.createTask("some name") f...Steve Loughran2005-02-181-2/+2
* 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
* Coding conventionsConor MacNeill2003-07-191-10/+15
* styleConor MacNeill2003-07-191-2/+2
* Style and remove one stray debugConor MacNeill2003-07-171-73/+81
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Make build.sysclasspath handling more consistent.Stefan Bodewig2003-01-131-2/+2
* fix issues reported by PMDStefan Bodewig2002-10-311-1/+0
* Next try for PR: 12844 (Stochern im Nebel)Stefan Bodewig2002-09-271-11/+7
* Go on if a non-JSP has been found in <wljspc>.Stefan Bodewig2002-09-251-1/+3
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-10/+7
* Encapsulate some fields in Task and add some deprecation warnings to corespon...Peter Donald2002-07-231-1/+1
* Encapsulate usage of project object rather than allowing objects 7 subclasses...Peter Donald2002-07-231-8/+5
* Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.Magesh Umasankar2002-07-091-1/+1
* Coding StandardConor MacNeill2002-04-151-2/+1
* More coding standard fixesConor MacNeill2002-04-151-30/+32
* 2002Stefan Bodewig2002-04-121-1/+1
* Bring all headers into lineConor MacNeill2002-04-121-4/+4
* License police on task definitions:Stefan Bodewig2002-01-101-1/+1
* Erik's big javadoc fixup, bugzilla ID #4992Steve Loughran2001-11-221-8/+8
* Make licence statements mention Ant in place of TomcatConor MacNeill2001-01-031-1/+1
* Task to perform JSP compiles using Weblogic's JSPC compiler.Conor MacNeill2000-09-121-0/+346