Skip to content

Commit

Permalink
fix test and update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Dec 5, 2023
1 parent 3d85fe2 commit 7c3e787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xml/script/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ function resolveEntityUsingBuildDirectory(publicId, systemId, fallbackDir) {
}
}
}
else if (systemId == "http://www.w3.org/2001/xml.xsd") {
else if (systemId == "http://www.w3.org/2001/xml.xsd" || systemId == "https://www.w3.org/2001/xml.xsd") {
if (windows) {
resolvedUrl = "file:///" + baseDir.replace(/\\/g, "/" ) + "lib/external/xml.xsd"
}
Expand Down
2 changes: 1 addition & 1 deletion xml/test/application-concurrency.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down

0 comments on commit 7c3e787

Please sign in to comment.