diff --git a/.classpath b/.classpath index 5e0917c..fdaa8ae 100644 --- a/.classpath +++ b/.classpath @@ -10,19 +10,12 @@ - - - - - - - - - - - - - - + + + + + + + diff --git a/lib/README b/lib/README index 26ec953..e8cb253 100644 --- a/lib/README +++ b/lib/README @@ -1,9 +1,16 @@ Description of used libraries: -- commons-lang: useful tools (StringUtils...) -- hamcrest-core: required by junit -- joda-time: useful DateTime library -- junit: unit tests API -- log4j: log API -- slf4j-api: facade log API -- slf4j-log4j12: adaptation layer between slf4j and log4j - \ No newline at end of file + +- Logs/ + - log4j log API + - slf4j-api facade log API + - slf4j-log4j12 adaptation layer between slf4j and log4j + +- UnitTesting/ + - hamcrest-core required by junit + - hsqldb SQL Database for unit test. + - junit unit tests API + +- other: + - commons-codec digest tools + - commons-lang useful tools (StringUtils...) + - JodaTime useful time library \ No newline at end of file