HHH-12793 Fix preexisting indentation issues
This commit is contained in:
parent
be47ba3393
commit
5f6c122a3e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue