From: rkv Date: Tue, 11 Dec 2012 05:49:44 +0000 (+0000) Subject: Ant targets for postgres and mysql configurations building are added. X-Git-Tag: Root_Delivery2_2013_04_22~207 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9b200efebf962a4f2df4f945c120f8d5d5bbbf4;p=tools%2Fsiman.git Ant targets for postgres and mysql configurations building are added. --- diff --git a/Workspace/Siman-Common/build.xml b/Workspace/Siman-Common/build.xml index 446017a..d744be1 100644 --- a/Workspace/Siman-Common/build.xml +++ b/Workspace/Siman-Common/build.xml @@ -98,4 +98,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-Common/src/test/mysql_hibernate.properties b/Workspace/Siman-Common/src/test/mysql_hibernate.properties new file mode 100644 index 0000000..83f47c9 --- /dev/null +++ b/Workspace/Siman-Common/src/test/mysql_hibernate.properties @@ -0,0 +1,12 @@ +# Generated at 24/11/2012 09:29:26 +# Don't edit manually. See the source in C:\work\Siman\SIMAN_SRC\Workspace\Siman\conf\templates. +# Connection properties +connection.driver_class=com.mysql.jdbc.Driver + +# Hibernate config +hibernate.hbm2ddl.auto=update +hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=true diff --git a/Workspace/Siman-Common/src/test/mysql_jdbc.properties b/Workspace/Siman-Common/src/test/mysql_jdbc.properties new file mode 100644 index 0000000..5db72d7 --- /dev/null +++ b/Workspace/Siman-Common/src/test/mysql_jdbc.properties @@ -0,0 +1,7 @@ +# Generated at 26/11/2012 09:23:45 +# Don't edit manually. See the source in D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\conf\templates. +# Connection properties +connection.url=jdbc:mysql://localhost/siman_unit_tests +connection.username=simer +connection.password=admin +connection.driver_class=com.mysql.jdbc.Driver