Skip to content

Commit

Permalink
MONDRIAN: integrate LucidDB property changes from //open/mondrian
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13681]
  • Loading branch information
jsichi committed Jun 8, 2010
1 parent a082bf2 commit 1f51cd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mondrian.properties
Expand Up @@ -50,9 +50,9 @@ RoleXX='California manager';

# LucidDB
# (see http://docs.eigenbase.org/LucidDbOlap)
#mondrian.foodmart.jdbcURL=jdbc:luciddb:rmi://localhost
#mondrian.foodmart.jdbcUser=FOODMART
#mondrian.jdbcDrivers=com.lucidera.jdbc.LucidDbRmiDriver
#mondrian.foodmart.jdbcURL=jdbc:luciddb:http://localhost
#mondrian.foodmart.jdbcUser=foodmart
#mondrian.jdbcDrivers=org.luciddb.jdbc.LucidDbClientDriver
#driver.classpath=/path/to/luciddb/plugin/LucidDbClient.jar

# Oracle (needs user and password)
Expand Down
6 changes: 3 additions & 3 deletions workbench/mondrian.properties
Expand Up @@ -33,9 +33,9 @@

# LucidDB
# (see http://docs.eigenbase.org/LucidDbOlap)
#mondrian.foodmart.jdbcURL=jdbc:luciddb:rmi://localhost
#mondrian.foodmart.jdbcUser=FOODMART
#mondrian.jdbcDrivers=com.lucidera.jdbc.LucidDbRmiDriver
#mondrian.foodmart.jdbcURL=jdbc:luciddb:http://localhost
#mondrian.foodmart.jdbcUser=foodmart
#mondrian.jdbcDrivers=org.luciddb.jdbc.LucidDbClientDriver
#driver.classpath=/path/to/luciddb/plugin/LucidDbClient.jar

# Oracle (needs user and password)
Expand Down

0 comments on commit 1f51cd1

Please sign in to comment.