Skip to content

Commit

Permalink
Add xmi to the list of accepted XML file endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider authored Jul 18, 2024
1 parent c4c184e commit 44d3ff3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public boolean accept(Path path) {
p.endsWith(".xsd") ||
p.endsWith(".xsl") ||
p.endsWith(".xslt") ||
p.endsWith(".xmi") ||
p.endsWith(".tld") ||
p.endsWith(".xjb") ||
p.endsWith(".jsp") ||
Expand Down

0 comments on commit 44d3ff3

Please sign in to comment.