Skip to content

Commit

Permalink
MONDRIAN: Patch release 1.0.1:
Browse files Browse the repository at this point in the history
Add commons-dbcp.jar and commons-pool.jar.
Obsolete pivot.jsp.

[git-p4: depot-paths = "//open/mondrian/": change = 720]
  • Loading branch information
julianhyde committed Aug 18, 2003
1 parent f60827c commit 4baa43d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.xml
Expand Up @@ -71,6 +71,8 @@ ${lib.dir}/optional.jar,
${lib.dir}/xalan.jar,
${lib.dir}/xercesImpl.jar,
${lib.dir}/xml-apis.jar,
${lib.dir}/commons-dbcp.jar,
${lib.dir}/commons-pool.jar,
demo/mysql/FoodMartDropTables.sql,
demo/mysql/FoodMartData.sql"/>

Expand Down Expand Up @@ -594,6 +596,7 @@ build mondrian.war as in the runtime environment.">
<fileset dir="${junit.home}" includes="junit.jar"/>
<fileset dir="${ant.home}/lib" includes="ant.jar,optional.jar"/>
<fileset dir="${xalan.home}/bin" includes="xalan.jar,xml-apis.jar,xercesImpl.jar"/>
<fileset dir="${catalina.home}/common/lib" includes="commons-dbcp.jar,commons-pool.jar"/>
</copy>
</target>

Expand Down Expand Up @@ -621,6 +624,8 @@ ant.jar,
jmi.jar,
mof.jar,
optional.jar,
commons-pool.jar,
commons-dbcp.jar,
" excludes="
javacup.jar,
junit.jar,
Expand Down
1 change: 0 additions & 1 deletion webapp/index.jsp
Expand Up @@ -20,7 +20,6 @@
<li><a href="testpage.jsp?query=mondrian">JPivot pivot table</a></li>
<li><a href="taglib.jsp">Various queries formatted using the tag-library</a></li>
<li><a href="adhoc.jsp">Basic interface for ad hoc queries</a></li>
<li><a href="pivot.jsp">Basic pivot table</a></li>
<li><a href="xmlaTest.jsp">XML for Analysis tester</a></li>
</ul>

Expand Down

0 comments on commit 4baa43d

Please sign in to comment.