Update of /cvsroot/hibernate/Hibernate/bin
In directory usw-pr-cvs1:/tmp/cvs-serv27549/bin
Modified Files:
MapGenerator.bat
Log Message:
changes / bugfixes to MapGenerator tool
Index: MapGenerator.bat
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/bin/MapGenerator.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MapGenerator.bat 31 Oct 2002 17:38:49 -0000 1.1
--- MapGenerator.bat 11 Nov 2002 01:25:06 -0000 1.2
***************
*** 10,12 ****
set CP=%JDBC_DRIVER%;%HIBERNATE_HOME%;%HIBERNATE_HOME%\hibernate.jar;%LIB%\commons-logging.jar;%LIB%\commons-collections.jar;%LIB%\commons-lang.jar;%LIB%\cglib.jar;%LIB%\bcel.jar;%LIB%\odmg.jar;%LIB%\jdom.jar;%LIB%\xml-apis.jar;%LIB%\xerces.jar;%LIB%\xalan.jar
! java -cp CP cirrus.hibernate.tools.MapGenerator %*
--- 10,12 ----
set CP=%JDBC_DRIVER%;%HIBERNATE_HOME%;%HIBERNATE_HOME%\hibernate.jar;%LIB%\commons-logging.jar;%LIB%\commons-collections.jar;%LIB%\commons-lang.jar;%LIB%\cglib.jar;%LIB%\bcel.jar;%LIB%\odmg.jar;%LIB%\jdom.jar;%LIB%\xml-apis.jar;%LIB%\xerces.jar;%LIB%\xalan.jar
! java -cp %CP% cirrus.hibernate.tools.MapGenerator %*
|