Skip to content

Commit

Permalink
Merge pull request jboss-modules#126 from rpelisse/MODULES-273
Browse files Browse the repository at this point in the history
JBEAP-5916: module-1_0.xsd,module-1_1.xsd: documentation of loaderType contains local path /home/...
  • Loading branch information
dmlloyd committed Dec 20, 2016
2 parents 19fe543 + 5c35afd commit 8b75908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/schema/module-1_0.xsd
Expand Up @@ -426,7 +426,7 @@
<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 ${user.dir} by default.
A module root path for this loader. Paths are relative to user directory (user.dir) by default.
</documentation>
</annotation>
</xsd:element>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/schema/module-1_1.xsd
Expand Up @@ -482,7 +482,7 @@
<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 ${user.dir} by default.
A module root path for this loader. Paths are relative to user directory (user.dir) by default.
</documentation>
</annotation>
</xsd:element>
Expand Down

0 comments on commit 8b75908

Please sign in to comment.