Skip to content

Commit 3da6d8d

Browse files
committed
Recursive directory import
1 parent f3cea95 commit 3da6d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Installer.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ todo add optional parameter WEBAPP to Alter web app name if it needs to have ano
2727
<Namespace Name="${Namespace}" Create="no">
2828
<IfDef Var="SourceDir">
2929
<Log Text="SourceDir defined - offline install from ${SourceDir}" Level="0"/>
30-
<Import File="${SourceDir}"/>
30+
<Import Recurse="1" File="${SourceDir}"/>
3131
</IfDef>
3232
<IfNotDef Var="SourceDir">
3333
<Log Text="SourceDir undefined - online install from GitHub" Level="0"/>

0 commit comments

Comments
 (0)