aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache
Commit message (Collapse)AuthorAgeFilesLines
* Import Apache commons langSamuel Tardieu2011-09-1536-29124/+0
| | | | | | Now that proguard is used for the release, importing the whole Apache commons lang library is not a problem as unused classes will be removed from the final executable.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-1528-412/+412
|
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-1436-29120/+29120
|
* Remove @Deprecated method's from Commons code, Remove WordUtils as i'mGerald Barker2011-09-034-551/+1
| | | | not using it in my refactor
* Remove Commons time package as we are using our own implementationGerald Barker2011-09-036-4916/+0
|
* Missed in last commitGerald Barker2011-09-021-0/+497
|
* First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-0242-0/+34093
refactor of code to use them.