HHH-17979 - Add @PropertyRef

HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
This commit is contained in:
Steve Ebersole 2024-06-03 21:33:41 -05:00
parent fd388087c8
commit 2863e43467
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
// build a map of the database settings to use.
ext {
db = project.hasProperty('db') ? project.getProperty('db') : 'derby'
db = project.hasProperty('db') ? project.getProperty('db') : 'h2'
dbHost = System.getProperty( 'dbHost', 'localhost' )
dbService = System.getProperty( 'dbService', '' )
runID = System.getProperty( 'runID', '' )