Skip to content

Commit

Permalink
do not break up file name into paths for .prj files
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiDittmer committed Feb 9, 2024
1 parent 3e77fc6 commit 7c58fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HBT/XMLToUDL.cls
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ClassMethod ExportItem(pItemName As %String) As %Status
Try {
Write !,"Exporting File: ", pItemName,!
Set tClassAndRoutinesExtensions = $LISTBUILD("cls", "mac", "int", "inc")
Set tCommonItemTypeExtensions = $LISTBUILD("hl7","csp","lut")
Set tCommonItemTypeExtensions = $LISTBUILD("hl7","csp","lut","prj")
Set tItemExtension = $$$GetExtension(pItemName)
$$$ThrowOnError(..CreateFileName(pItemName, .tFileName))
$$$ThrowOnError(..CreateDirectory(tFileName))
Expand Down

0 comments on commit 7c58fd9

Please sign in to comment.