Skip to content

Commit

Permalink
MONDRIAN: modified workbench.sh to load log4j config correctly
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11090]
  • Loading branch information
Will Gorman committed May 19, 2008
1 parent 0fa1021 commit dbbe6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/workbench.sh
Expand Up @@ -57,6 +57,6 @@ done

#echo $CP

java -Xms100m -Xmx500m -cp "$CP" -Dlog4j.configuration=~/.schemaWorkbench/log4j.xml mondrian.gui.Workbench
java -Xms100m -Xmx500m -cp "$CP" mondrian.gui.Workbench

# End workbench.sh

0 comments on commit dbbe6d9

Please sign in to comment.