-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR9
-
None
$JBOSS_HOME/docs/schema/module-1_0.xsd
$JBOSS_HOME/docs/schema/module-1_1.xsd
contain
<xsd:complexType name="loaderType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="module-path" type="pathType"> <annotation xmlns="http://www.w3.org/2001/XMLSchema"> <documentation> A module root path for this loader. Paths are relative to /home/david/src/java/jboss-modules by default. </documentation> </annotation> </xsd:element>
https://github.com/jboss-modules/jboss-modules/blob/master/src/main/resources/schema/module-1_0.xsd
https://github.com/jboss-modules/jboss-modules/blob/master/src/main/resources/schema/module-1_1.xsd
<documentation> A module root path for this loader. Paths are relative to ${user.dir} by default. </documentation>
- is cloned by
-
MODULES-273 module-1_0.xsd,module-1_1.xsd: documentation of loaderType contains local path /home/...
- Resolved