HHH-5186 update db profiles id and jdbc properties' name to use dballocator
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19353 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
7bb82f2376
commit
c6c3241186
|
@ -614,7 +614,7 @@
|
|||
|
||||
<!-- The MySQL 5 test envionment -->
|
||||
<profile>
|
||||
<id>mysql-5.0</id>
|
||||
<id>mysql50</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
@ -635,7 +635,7 @@
|
|||
|
||||
<!-- The MySQL 5.1 test envionment -->
|
||||
<profile>
|
||||
<id>mysql-5.1</id>
|
||||
<id>mysql51</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
@ -678,7 +678,7 @@
|
|||
|
||||
<!-- The PostgreSQL 8.2.4 test envionment -->
|
||||
<profile>
|
||||
<id>postgresql-8.2</id>
|
||||
<id>postgresql82</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>postgresql</groupId>
|
||||
|
@ -699,7 +699,7 @@
|
|||
|
||||
<!-- The PostgreSQL 8.3.7 test envionment -->
|
||||
<profile>
|
||||
<id>postgresql-8.3</id>
|
||||
<id>postgresql83</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>postgresql</groupId>
|
||||
|
@ -752,7 +752,7 @@
|
|||
|
||||
<!-- The DB2 9.1 test envionment (using 9x drivers)-->
|
||||
<profile>
|
||||
<id>db2-9.1</id>
|
||||
<id>db2-91</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.ibm</groupId>
|
||||
|
@ -778,7 +778,7 @@
|
|||
|
||||
<!-- The DB2 9.7 test envionment (using 9x drivers)-->
|
||||
<profile>
|
||||
<id>db2-9.7</id>
|
||||
<id>db2-97</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.ibm</groupId>
|
||||
|
@ -804,7 +804,7 @@
|
|||
|
||||
<!-- The Oracle9i test envionment -->
|
||||
<profile>
|
||||
<id>oracle-9</id>
|
||||
<id>oracle9i</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
@ -826,7 +826,7 @@
|
|||
|
||||
<!-- The Oracle10g test envionment -->
|
||||
<profile>
|
||||
<id>oracle1-10</id>
|
||||
<id>oracle110g</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
@ -848,7 +848,7 @@
|
|||
|
||||
<!-- The Oracle11g test envionment -->
|
||||
<profile>
|
||||
<id>oracle-11</id>
|
||||
<id>oracle11g</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
@ -869,7 +869,7 @@
|
|||
|
||||
<!-- The Oracle11gRAC test envionment -->
|
||||
<profile>
|
||||
<id>oracle-11rac</id>
|
||||
<id>oracle-11RAC</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
@ -892,7 +892,7 @@
|
|||
|
||||
<!-- The Sybase 15 test envionment -->
|
||||
<profile>
|
||||
<id>sybase-15</id>
|
||||
<id>sybase15</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sybase</groupId>
|
||||
|
@ -913,7 +913,7 @@
|
|||
|
||||
<!-- The SQLServer2005 (MS JDBC) test envionment -->
|
||||
<profile>
|
||||
<id>mssql-2005</id>
|
||||
<id>mssql2005</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
|
@ -934,7 +934,7 @@
|
|||
|
||||
<!-- The SQLServer2005 (MS JDBC) test envionment -->
|
||||
<profile>
|
||||
<id>mssql-2008</id>
|
||||
<id>mssql2008</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
|
|
Loading…
Reference in New Issue