Skip to content

Commit

Permalink
MONDRIAN: Up version to 4.0.0 (pre alpha, of course).
Browse files Browse the repository at this point in the history
    Include MondrianInprocProxy in mondrian.jar so that it can be removed from
    olap4j source.

[git-p4: depot-paths = "//open/mondrian/": change = 13109]
  • Loading branch information
julianhyde committed Oct 18, 2009
1 parent 398398e commit 72a5617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions build.xml
Expand Up @@ -23,12 +23,12 @@
<property name="project.build.debug" value="on"/>
<property name="Name" value="Mondrian"/>
<property name="name" value="mondrian"/>
<property name="version" value="3.1-SNAPSHOT"/>
<property name="version" value="4.0.0.13109"/>
<property name="vendor" value="Pentaho"/>
<property name="driver.name" value="Mondrian olap4j driver"/>
<property name="driver.version" value="3.1.2"/>
<property name="driver.version.major" value="3"/>
<property name="driver.version.minor" value="102"/>
<property name="driver.version" value="4.0.0"/>
<property name="driver.version.major" value="4"/>
<property name="driver.version.minor" value="000"/>
<!--
===================================================================
Set the properties related to paths
Expand Down Expand Up @@ -1236,7 +1236,8 @@ META-INF/**"
<zipfileset
dir="${testclasses.dir}"
includes="
mondrian/test/loader/**/*.class"/>
mondrian/test/loader/**/*.class,
mondrian/olap4j/MondrianInprocProxy*.class"/>
<zipfileset
dir="${javatest.dir}"
includes="
Expand Down
2 changes: 1 addition & 1 deletion ivy.xml
Expand Up @@ -15,7 +15,7 @@
xmlns:m="http://ant.apache.org/ivy/maven"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">

<info organisation="pentaho" module="mondrian" revision="3.1.1.xxxxx">
<info organisation="pentaho" module="mondrian" revision="4.0.0.xxxxx">
<license name="EPL" url="http://www.eclipse.org/legal/epl-v10.html"/>
<ivyauthor name="Julian Hyde" />
<repository name="pentaho-rep" url="http://repo.pentaho.org"/>
Expand Down

0 comments on commit 72a5617

Please sign in to comment.