Skip to content

Commit

Permalink
MONDRIAN: load properties from command line into Mondrian
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 4279]
  • Loading branch information
Sherman Wood committed Oct 27, 2005
1 parent a5c4acb commit 7965f66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/mondrian/tui/CmdRunner.java
Expand Up @@ -2020,8 +2020,7 @@ protected String executeMDXCmd(String mdxCmd) {
protected static void loadPropertiesFromFile(String propFile)
throws IOException {

Properties props = System.getProperties();
props.load(new FileInputStream(propFile));
MondrianProperties.instance().load(new FileInputStream(propFile));
}

/////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 7965f66

Please sign in to comment.