diff --git a/lib/README b/lib/README index 26ec953..73953e3 100644 --- a/lib/README +++ b/lib/README @@ -1,9 +1,14 @@ -Description of used libraries: +Description of used libraries. + +Standards: - commons-lang: useful tools (StringUtils...) -- hamcrest-core: required by junit -- joda-time: useful DateTime library -- junit: unit tests API + +Logging - log4j: log API - slf4j-api: facade log API - slf4j-log4j12: adaptation layer between slf4j and log4j + +Testing: +- hamcrest-core: required by JUnit +- junit: unit tests API \ No newline at end of file