HHH-5186 update db profiles id and jdbc properties' name to use dballocator

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19356 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-05-03 16:17:08 +00:00
parent c6c3241186
commit bcb48f2d15
1 changed files with 2 additions and 2 deletions

View File

@ -826,7 +826,7 @@
<!-- The Oracle10g test envionment -->
<profile>
<id>oracle110g</id>
<id>oracle10g</id>
<dependencies>
<dependency>
<groupId>com.oracle</groupId>
@ -869,7 +869,7 @@
<!-- The Oracle11gRAC test envionment -->
<profile>
<id>oracle-11RAC</id>
<id>oracle11gRAC</id>
<dependencies>
<dependency>
<groupId>com.oracle</groupId>