New issue 62 by richard....@gmail.com: log4j.properties in JAR
http://code.google.com/p/jwpl/issues/detail?id=62
The wikipedia.api and wikimachine modules contain log4j.properties files in
their src/main/resources folders. This means that the files are shipped in
the JAR. Libraries should not ship log4j.properties files or configure
logging - that should be left to the embedding application.
Also see Issue 49