HHH-12793 Fix preexisting indentation issues

This commit is contained in:
Guillaume Smet 2018-07-12 12:10:45 +02:00
parent be47ba3393
commit 5f6c122a3e
1 changed files with 5 additions and 5 deletions

View File

@ -119,16 +119,16 @@ task generateVersionFile {
karaf { karaf {
features { features {
xsdVersion = '1.4.0' xsdVersion = '1.4.0'
feature { feature {
name = 'hibernate-orm' name = 'hibernate-orm'
description = 'Combines all Hibernate core dependencies and required modules into a single feature' description = 'Combines all Hibernate core dependencies and required modules into a single feature'
includeProject = true includeProject = true
feature ('wrap') { feature ('wrap') {
prerequisite = true prerequisite = true
} }
feature 'transaction-api' feature 'transaction-api'
} }
// NOTE : would like to include spatial as well, but we need to wait for // NOTE : would like to include spatial as well, but we need to wait for
// it to not define dependency on postgresql driver // it to not define dependency on postgresql driver
feature { feature {