Changeset 5871 for trunk/doc/3rd-party-components.txt
- Timestamp:
- Nov 11, 2011, 12:02:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/3rd-party-components.txt
r5870 r5871 44 44 Jar files : hibernate3.jar, hibernate-jpa-2.0-api-1.0.0.Final.jar, 45 45 antlr-2.7.6.jar, c3p0-0.9.1.jar, commons-collections-3.1.jar, 46 dom4j-1.6.1.jar, ehcache-1.5.0.jar,javassist-3.12.0.GA.jar,46 dom4j-1.6.1.jar, javassist-3.12.0.GA.jar, 47 47 jta-1.1.jar, slf4j-api.1.5.8.jar, slf4j-log4j12-1.5.8.jar 48 48 49 49 Note: Most of the jar files above are other 3rd-party components used by Hibernate. 50 50 BASE doesn't use these components directly. 51 52 Ehcahce 53 ------- 54 Used by Hibernate for caching entities and query results. Is no 55 longer part of the main Hibernate distribution. 56 57 More info : http://ehcache.org/ 58 Version : 2.4.6 59 License : Apache License 2.0 (apache.license-2.0.txt) 60 Jar files : ehcache-core-2.4.6.jar 61 51 62 52 63 Log4j
Note: See TracChangeset
for help on using the changeset viewer.