summaryrefslogtreecommitdiffstats
path: root/src/resources/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Add standard licence header for src/resources directoryMark Thomas2007-01-152-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496531 13f79535-47bb-0310-9956-ffa450edef68
* update jindent fileAvik Sengupta2007-01-021-54/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491759 13f79535-47bb-0310-9956-ffa450edef68
* Removed runtime dependency from commons logging.Nicola Ken Barozzi2002-06-112-0/+12
| | | | | | | | | | | | | Now the PoiLogFactory will try to create a logger using the System property named "org.apache.poi.util.POILogger". If it fails, the NullLogger is used. There is also a basic SystemOutLogger and the former CommonsLogger. Haven't checked the code that much, but it compiles and POI works. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352672 13f79535-47bb-0310-9956-ffa450edef68
* To make thing easier for users, I've changed now the default properties of ↵Nicola Ken Barozzi2002-03-181-0/+31
| | | | | | | | | log4j to output to null even when jog4j is present. To override, one can use commoms logging env variables or simply replace src/java/log4j.properties with the one in src/resources/devtools, that works as usual for developers. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352244 13f79535-47bb-0310-9956-ffa450edef68
* Make POI use commons.logging, make log4j optional and clean structure to ↵Nicola Ken Barozzi2002-03-141-0/+319
comply with, and use, Krysalis Centipede 2.0.1. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352212 13f79535-47bb-0310-9956-ffa450edef68