summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParser.java
Commit message (Expand)AuthorAgeFilesLines
* properly deal wih multiple modules specified in the package attributeStefan Bodewig2008-10-201-7/+15
* add remote option to use rlog instead of log to cvschangelog. Submitted by R...Stefan Bodewig2008-10-171-1/+47
* more magic numbersPeter Reilly2007-09-191-0/+4
* checkstylePeter Reilly2006-11-051-1/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* 2006Stefan Bodewig2006-03-121-1/+1
* - minor tweak to reduce scope of variable, fix commentsKevin Jackson2006-03-081-4/+3
* Support CVS date format for cvs 1.12.9+Stephane Bailliez2005-08-031-10/+28
* removed lines with $Revision: x.y $ lines (after verification)Jacobus Martinus Kruithof2005-03-091-2/+1
* checkstyle changesPeter Reilly2004-12-061-55/+60
* 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
* Use exact matches instead of substring matches in the parser so thatStefan Bodewig2003-10-141-2/+2
* Spelling fixes.Antoine Levy-Lambert2003-09-171-2/+2
* 2003Stefan Bodewig2003-08-141-1/+1
* removing enum variabePeter Reilly2003-08-131-3/+3
* styleConor MacNeill2003-07-171-2/+2
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* merge from 1.5 branchStefan Bodewig2002-10-251-0/+16
* Ooops. Bad IDEA configuration ruined the imports.Stephane Bailliez2002-08-141-5/+8
* The date format seems to be in 24h format (did not have time to browse allStephane Bailliez2002-08-141-4/+7
* Remove unused importsConor MacNeill2002-04-151-1/+0
* Reduce a small number of long linesConor MacNeill2002-04-151-2/+4
* Coding StandardConor MacNeill2002-04-151-7/+3
* Move user extraction outside of parser to please maven peeps.Peter Donald2002-04-151-15/+0
* More coding standard fixesConor MacNeill2002-04-151-1/+1
* cvschangelog detects ends of comments by looking for a line starting with ------Peter Donald2002-04-151-1/+1
* Various coding standard fixesConor MacNeill2002-04-141-72/+48
* Fix up date parsing to pick up time aswellPeter Donald2002-04-041-2/+2
* Fixed the following bug;Peter Donald2002-04-041-1/+1
* Move CDATA escaping to the writer to make it harder to get a CDATA in another...Peter Donald2002-04-041-3/+1
* Add method to FileUtils that emulates File.createNewFile (well, sortStefan Bodewig2002-04-021-2/+8
* Make sure the parser works when there is no changes for an entry.Peter Donald2002-04-011-1/+6
* Fix bug where a log of a single file without other logs in between would only...Peter Donald2002-03-301-30/+38
* Add in all the classes for the changelog task.Peter Donald2002-03-281-0/+281