mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-13 16:24:44 +00:00
Work around IPS path issues
This commit is contained in:
parent
c70c43271a
commit
1e7eb4aa1b
@ -122,6 +122,9 @@ public class PackageHacker {
|
|||||||
if (webref.equals("file://C:\\GitHub\\hl7.fhir.us.cqfmeasures#2.0.0\\output")) {
|
if (webref.equals("file://C:\\GitHub\\hl7.fhir.us.cqfmeasures#2.0.0\\output")) {
|
||||||
return "http://hl7.org/fhir/us/cqfmeasures/STU2";
|
return "http://hl7.org/fhir/us/cqfmeasures/STU2";
|
||||||
}
|
}
|
||||||
|
if (webref.equals("file://C:\\GitHub\\hl7.fhir.uv.ips#1.0.0\\output")) {
|
||||||
|
return "http://hl7.org/fhir/uv/ips/STU1";
|
||||||
|
}
|
||||||
return webref;
|
return webref;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user