Skip to content

Commit 3bb66d3

Browse files
committed
Try to create %All without DBs
1 parent 3932aa7 commit 3bb66d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MDX2JSON/Installer.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ todo add optional parameter WEBAPP to Alter web app name if it needs to have ano
5555
5656
<If Condition='(##class(Config.Namespaces).Exists("%All")=0)'>
5757
<Log Text="Creating namespace %All" Level="0"/>
58-
<Namespace Name="%All" Create="yes" Code="CACHETEMP" Data="CACHETEMP" Ensemble="0">
58+
<Namespace Name="%All" Create="yes" Ensemble="0">
5959
<Configuration>
6060
<Log Text="Mapping MDX2JSON package to %All namespace" Level="0"/>
6161
<ClassMapping From="${Namespace}" Package="MDX2JSON"/>

MDX2JSON/Tests.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>
88

99
<Parameter name="LastCommit">
1010
<Type>%String</Type>
11-
<Default>57ad7052f14c03ab631526905533f80b42674c08</Default>
11+
<Default>3932aa72ebc5e28732f5f66f73508d1bf000afb8</Default>
1212
</Parameter>
1313

1414
<Parameter name="LastCommitTS">
1515
<Type>%TimeStamp</Type>
16-
<Default>2018-03-27 08:46:22.021</Default>
16+
<Default>2018-10-17 11:44:52.678</Default>
1717
</Parameter>
1818

1919
<Method name="ProjectLength">

0 commit comments

Comments
 (0)