mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
add package url fixer
This commit is contained in:
parent
b9755c8f1f
commit
88ea3f45b4
@ -114,4 +114,12 @@ public class PackageHacker {
|
||||
}
|
||||
}
|
||||
|
||||
public static String fixPackageUrl(String webref) {
|
||||
// workaround for past publishing problems
|
||||
if (webref.equals("file://C:\\GitHub\\hl7.fhir.us.qicore#4.0.0\\output")) {
|
||||
return "http://hl7.org/fhir/us/qicore/STU4";
|
||||
}
|
||||
return webref;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user