Skip to content

Commit 5ed87eb

Browse files
authored
Skip module.xml during online install
Fixed #73
1 parent 28fa345 commit 5ed87eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MDX2JSON/Installer.cls.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Check that incoming file is the one you need.</Description>
260260
<Implementation><![CDATA[
261261
Set extensions = ",xml,cls,csp,csr,mac,int,bas,inc,gbl,prj,obj,pkg,gof,"
262262
Return:($L(File.name,".")=1) 0 //no extension
263+
Return:File.name["module.xml" 0 // ZPM skip
263264
Set File.Extension = $P(File.name,".",$L(File.name,"."))
264265
Return $F(extensions,","_$ZCVT(File.Extension,"l")_",")
265266
]]></Implementation>

0 commit comments

Comments
 (0)