Add Joda-time library.

This commit is contained in:
Christian P. MOMON 2013-09-17 16:27:31 +02:00
parent e95ac44980
commit 31b9501cde
4 changed files with 2 additions and 0 deletions

View file

@ -20,5 +20,6 @@
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/joda-time-2.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -1,6 +1,7 @@
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

Binary file not shown.

BIN
lib/joda-time-2.3.jar Normal file

Binary file not shown.