[Bprocessor-commit] model build.xml,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: Jesper P. <je...@us...> - 2005-08-01 10:33:02
|
Update of /cvsroot/bprocessor/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24996 Modified Files: build.xml Log Message: Hibernate configuration is now dynamic Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 28 Jul 2005 06:52:33 -0000 1.3 --- build.xml 1 Aug 2005 10:32:53 -0000 1.4 *************** *** 120,132 **** <hibernate version="3.0"/> - <hibernatecfg version="3.0" - hbm2ddl="create-drop" - jdbcUrl="jdbc:hsqldb:mem:bprocessor" - driver="org.hsqldb.jdbcDriver" - username="" - password="" - dialect="org.hibernate.dialect.HSQLDialect"> - </hibernatecfg> - </hibernatedoclet> </target> --- 120,123 ---- |