Skip to content

Commit

Permalink
MONDRIAN: added commons io and commons lang to workbench.bat
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11896]
  • Loading branch information
Will Gorman committed Nov 5, 2008
1 parent 1813f93 commit c232151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workbench/workbench.bat
Expand Up @@ -5,6 +5,8 @@ rem Schema Workbench launch script
rem base Mondrian JARs need to be included

set CP=lib/commons-dbcp.jar
set CP=%CP%;lib/commons-io.jar
set CP=%CP%;lib/commons-lang.jar
set CP=%CP%;lib/commons-collections.jar
set CP=%CP%;lib/commons-pool.jar
set CP=%CP%;lib/eigenbase-properties.jar
Expand Down

0 comments on commit c232151

Please sign in to comment.