forked from hibernate/hibernate-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JBIDE-7532 Fix hibernate tools junit tests
git-svn-id: https://anonsvn.jboss.org/repos/hibernate/tools/trunk@20862 1b8cb986-b30d-0410-93ca-fae66ebed9b2
- Loading branch information
1 parent
5d1d2ab
commit f35978e
Showing
9 changed files
with
298 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
hibernate.lib=hibernate3.jar | ||
hibernate.ignorecheck=true | ||
|
||
ant.lib=ant-1.6.5.jar | ||
ant.version=1.6.5 | ||
ant.name=Ant core | ||
ant.when=buildtime | ||
|
||
ant-antlr.lib=ant-antlr-1.6.5.jar | ||
ant-antlr.version=1.6.5 | ||
ant-antlr.name=Ant antlr support | ||
ant-antlr.when=buildtime | ||
|
||
ant-junit.lib=ant-junit-1.6.5.jar | ||
ant-junit.version=1.6.5 | ||
ant-junit.name=Ant junit support | ||
ant-junit.when=buildtime | ||
|
||
ant-launcher.lib=ant-launcher-1.6.5.jar | ||
ant-launcher.version=1.6.5 | ||
ant-launcher.name=Ant launcher | ||
ant-launcher.when=buildtime | ||
|
||
ant-swing.lib=ant-swing-1.6.5.jar | ||
ant-swing.version=1.6.5 | ||
ant-swing.name=Ant swing support | ||
ant-swing.when=buildtime | ||
|
||
junit.lib=junit-3.8.1.jar | ||
junit.version=3.8.1 | ||
junit.name=JUnit test framework | ||
junit.when=buildtime | ||
|
||
checkstyle.lib=checkstyle-all.jar | ||
checkstyle.name=Checkstyle | ||
checkstyle.when=buildtime | ||
|
||
cleanimports.lib=cleanimports.jar | ||
cleanimports.name=cleanimports | ||
cleanimports.when=buildtime | ||
hibernate.version=3.0 | ||
hibernate.name=Hibernate core | ||
hibernate.when=runtime, required | ||
|
||
versioncheck.lib=versioncheck.jar | ||
versioncheck.version=1.0 | ||
versioncheck.name=version checker | ||
versioncheck.when=buildtime | ||
|
||
syndiag.lib=syndiag2.jar | ||
syndiag.version=2.0 | ||
syndiag.name=antlr to bnf image generator | ||
syndiag.when=buildtime | ||
|
||
javassist.lib=javassist.jar | ||
javassist.version=3.4 | ||
javassist.name=Javassist bytecode generator | ||
javassist.when=runtime, required if using 'javassist' bytecode provider | ||
|
||
cglib.lib=cglib-2.1.3.jar | ||
cglib.version=2.1.3 | ||
cglib.name=CGLIB bytecode generator | ||
cglib.when=runtime, required if using 'cglib' bytecode provider | ||
|
||
asm.lib=asm.jar | ||
asm.name=ASM bytecode library | ||
asm.when=runtime, required if using 'cglib' bytecode provider | ||
|
||
asm-attrs.lib=asm-attrs.jar | ||
asm-attrs.name=ASM bytecode library | ||
asm-attrs.when=runtime, required if using 'cglib' bytecode provider | ||
|
||
commons-collections.lib=commons-collections-2.1.1.jar | ||
commons-collections.version=2.1.1 | ||
commons-collections.name=Commons Collections | ||
commons-collections.when=runtime, required | ||
|
||
commons-logging.lib=commons-logging-1.0.4.jar | ||
commons-logging.version=1.0.4 | ||
commons-logging.name=Commons Logging | ||
commons-logging.when=runtime, required | ||
|
||
antlr.lib=antlr-2.7.6.jar | ||
antlr.version=2.7.6 | ||
antlr.name=ANother Tool for Language Recognition | ||
antlr.when=runtime, required | ||
|
||
## xml/xslt handling | ||
|
||
dom4j.lib=dom4j-1.6.1.jar | ||
dom4j.version=1.6.1 | ||
dom4j.name=XML configuration & mapping parser | ||
dom4j.when=runtime, required | ||
|
||
jaxen.lib=jaxen-1.1-beta-7.jar | ||
jaxen.version=1.1-beta-7 | ||
jaxen.name=Jaxen - universal java xpath engine | ||
jaxen.when=runtime, required if you want to deserialize a Configuration to improve startup performance | ||
|
||
xerces.lib=xerces-2.6.2.jar | ||
xerces.version=2.6.2 | ||
xerces.name=SAX parser | ||
xerces.when=runtime, required for JDK < 1.4 | ||
|
||
xml-apis.lib=xml-apis.jar | ||
xml-apis.name=Standard JAXP API | ||
xml-apis.when=runtime, some SAX parser is required | ||
|
||
## j2ee related | ||
|
||
jta.lib=jta.jar | ||
jta.name=Standard JTA API | ||
jta.when=runtime, required for standalone operation (outside application server) | ||
|
||
jaas.lib=jaas.jar | ||
jaas.name=Standard JAAS API | ||
jaas.when=runtime, optional (required by JCA) | ||
|
||
log4j.lib=log4j-1.2.11.jar | ||
log4j.version=1.2.11 | ||
log4j.name=Log4j Library | ||
log4j.when=runtime, optional | ||
|
||
## Treecache | ||
|
||
jboss-cache.lib=jboss-cache.jar | ||
jboss-cache.version=1.2.2 alpha | ||
jboss-cache.name=TreeCache clustered cache | ||
jboss-cache.when=runtime, optional | ||
|
||
concurrent.lib=concurrent-1.3.2.jar | ||
concurrent.version=1.3.2 | ||
concurrent.when=runtime, optional (required by TreeCache) | ||
|
||
jboss-common.lib=jboss-common.jar | ||
jboss-common.when=runtime, optional (required by TreeCache) | ||
|
||
jboss-jmx.lib=jboss-jmx.jar | ||
jboss-jmx.when=runtime, optional (required by TreeCache) | ||
|
||
jboss-system.lib=jboss-system.jar | ||
jboss-system.when=runtime, optional (required by TreeCache) | ||
|
||
## Replication | ||
|
||
jgroups.lib=jgroups-2.2.8.jar | ||
jgroups.version=2.2.8 | ||
jgroups.name=JGroups multicast library | ||
jgroups.when=runtime, optional (required by replicated caches) | ||
|
||
## cache providers | ||
|
||
ehcache.lib=ehcache-1.2.3.jar | ||
ehcache.version=1.2.3 | ||
ehcache.name=EHCache cache | ||
ehcache.when=runtime, optional (required if no other cache provider is set) | ||
|
||
oscache.lib=oscache-2.1.jar | ||
oscache.version=2.1 | ||
oscache.name=OpenSymphony OSCache | ||
oscache.when=runtime, optional | ||
|
||
swarmcache.lib=swarmcache-1.0rc2.jar | ||
swarmcache.version=1.0rc2 | ||
swarmcache.name=runtime, optional | ||
swarmcache.when=runtime, optional | ||
|
||
## connection pool | ||
|
||
c3p0.lib=c3p0-0.9.1.jar | ||
c3p0.version=0.9.1 | ||
c3p0.name=C3P0 JDBC connection pool | ||
c3p0.when=runtime, optional (needed if using c3p0 as the connection pooling library) | ||
|
||
proxool.lib=proxool-0.8.3.jar | ||
proxool.version=0.8.3 | ||
proxool.name=Proxool JDBC connection pool | ||
proxool.when=runtime, optional (needed if using proxool as the connection pooling library) | ||
|
||
|
||
jacc.lib=jacc-1_0-fr.jar | ||
jacc.version=1.0-fr | ||
jacc.name=JACC Library | ||
jacc.when=runtime, optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.