File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ todo add optional parameter WEBAPP to Alter web app name if it needs to have ano
4444<If Condition='(##class(Config.Namespaces).Exists("%All")=0)'>
4545<Log Text="Creating namespace %All" Level="0"/>
4646<Namespace Name="%All" Create="yes" Code="CACHETEMP" Data="CACHETEMP" Ensemble="0">
47- <Configuration/>
47+ <Configuration>
48+ <Log Text="Mapping MDX2JSON package to %All namespace" Level="0"/>
49+ <ClassMapping From="${Namespace}" Package="MDX2JSON"/>
50+ </Configuration>
4851</Namespace>
4952</If>
5053
51- <Log Text="Mapping MDX2JSON package to %All namespace" Level="0"/>
52- <Namespace Name="%All" Create="no">
53- <ClassMapping From="${Namespace}" Package="MDX2JSON"/>
54- </Namespace>
55-
5654<Log Text="Mapping MDX2JSON package to Samples namespace" Level="0"/>
57- <Namespace Name="Samples" Create="no">
55+ <Namespace Name="Samples" Create="no" Code="SAMPLES" Data="SAMPLES" Ensemble="0">
56+ <Configuration>
5857<ClassMapping From="${Namespace}" Package="MDX2JSON"/>
58+ </Configuration>
5959</Namespace>
6060
6161<IfDef Var="User" >
You can’t perform that action at this time.
0 commit comments