Skip to content

Commit 57cbaea

Browse files
committed
GRAILS-5290 added missing attributes to xsd
1 parent 3044488 commit 57cbaea

File tree

1 file changed

+3
-1
lines changed
  • src/java/org/codehaus/groovy/grails/orm/hibernate/cfg

1 file changed

+3
-1
lines changed

src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/gorm.xsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
<xsd:attribute name="message-source-ref" type="xsd:string" use="required" />
1919
<xsd:attribute name="lob-handler-ref" type="xsd:string" />
2020
<xsd:attribute name="transaction-manager-ref" type="xsd:string" />
21+
<xsd:attribute name="config-location" type="xsd:string" />
22+
<xsd:attribute name="config-class" type="xsd:string" />
2123
</xsd:extension>
2224
</xsd:complexContent>
2325
</xsd:complexType>
2426
</xsd:element>
2527

26-
</xsd:schema>
28+
</xsd:schema>

0 commit comments

Comments
 (0)