Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from scottmarlow/WFLY-17489_2.3.3-b02_jbossorg
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry authored Jan 11, 2023
2 parents 0428cb4 + f6ae3cf commit 1323b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ private void writeTo(Result result, Map<Namespace,String> systemIds) throws IOEx
schema._import().namespace(WellKnownNamespace.SWA_URI).schemaLocation("http://ws-i.org/profiles/basic/1.1/swaref.xsd");
}
if(useMimeNs) {
schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("http://www.w3.org/2005/05/xmlmime");
schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("https://www.w3.org/2005/05/xmlmime");
}

// then write each component
Expand Down

0 comments on commit 1323b7d

Please sign in to comment.