Add Joda-time library.
This commit is contained in:
parent
e95ac44980
commit
31b9501cde
4 changed files with 2 additions and 0 deletions
|
@ -20,5 +20,6 @@
|
||||||
<attribute name="owner.project.facets" value="java"/>
|
<attribute name="owner.project.facets" value="java"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
|
<classpathentry kind="lib" path="lib/joda-time-2.3.jar"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Description of used libraries:
|
Description of used libraries:
|
||||||
- commons-lang: useful tools (StringUtils...)
|
- commons-lang: useful tools (StringUtils...)
|
||||||
- hamcrest-core: required by junit
|
- hamcrest-core: required by junit
|
||||||
|
- joda-time: useful DateTime library
|
||||||
- junit: unit tests API
|
- junit: unit tests API
|
||||||
- log4j: log API
|
- log4j: log API
|
||||||
- slf4j-api: facade log API
|
- slf4j-api: facade log API
|
||||||
|
|
BIN
lib/joda-time-2.3-sources.jar
Normal file
BIN
lib/joda-time-2.3-sources.jar
Normal file
Binary file not shown.
BIN
lib/joda-time-2.3.jar
Normal file
BIN
lib/joda-time-2.3.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue