Skip to content

Commit

Permalink
Oops. Didn't intend to check those in.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@78 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Mar 5, 2008
1 parent 94d2d1f commit 667e875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $Id: DefaultMdxParser.cup 40 2007-11-18 01:13:26Z jhyde $
# $Id$
# This software is subject to the terms of the Common Public License
# Agreement, available at the following URL:
# http://www.opensource.org/licenses/cpl.html.
# Copyright (C) 2007-2007 Julian Hyde and others.
# Copyright (C) 2007-2008 Julian Hyde and others.
# All Rights Reserved.
# You must accept the terms of that agreement to use this software.
#
Expand All @@ -11,9 +11,9 @@
# suite.
#

mondrian.dir=/home/jhyde/open2/mondrian

# retroweaver.dir=E:/retroweaver-1.2.4
# Location of mondrian source tree. Property is needed only if you wish to run
# the olap4j test suite against the mondrian olap4j driver.
#mondrian.dir=/absolute/path/mondrian

# Uncomment to use yDoc doclet for enhanced javadoc (requires commercial
# license).
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ ${jar-jdk14.file}"/>

<!-- Mondrian jars. If you are running against the mondrian driver,
define mondrian.lib.dir and uncomment the following lines. -->
<!-- -->
<pathelement location="${mondrian.dir}/classes"/>
<!--
<pathelement location="${mondrian.lib.dir}/mondrian.jar"/>
<pathelement location="${mondrian.dir}/testclasses"/>
<pathelement location="${mondrian.lib.dir}/eigenbase-xom.jar"/>
<pathelement location="${mondrian.lib.dir}/eigenbase-properties.jar"/>
Expand All @@ -81,7 +81,7 @@ ${jar-jdk14.file}"/>
<pathelement location="${mondrian.lib.dir}/commons-logging.jar"/>
<pathelement location="${mondrian.lib.dir}/commons-math-1.0.jar"/>
<pathelement location="${mondrian.lib.dir}/xercesImpl.jar"/>
<!-- -->
-->

</path>

Expand Down

0 comments on commit 667e875

Please sign in to comment.