fix for r1766 uses include instead of import
test: why does it matter?
M services/authorization/jaxb/src/main/resources/permissions_list.xsd
M services/authorization/jaxb/src/main/resources/roles_list.xsd
See http://weblogs.java.net/blog/kohsuke/archive/2006/03/why_does_jaxb_p.html
-->
- <xs:import namespace="http://collectionspace.org/services/authorization"
- schemaLocation="permissions.xsd"/>
+ <xs:include schemaLocation="permissions.xsd"/>
<xs:element name="permissions_list">
<xs:complexType>
<xs:annotation>
hbm2ddl makes column length >= 256 as long text, such as column cannot be used
in defining a key (pk, fk or constraint)
-->
- <xs:import namespace="http://collectionspace.org/services/authorization"
- schemaLocation="roles.xsd"/>
+ <xs:include schemaLocation="roles.xsd"/>
<xs:element name="roles_list">
<xs:complexType>