From 5ac9bc855faaf1943534ab077a7701d38af01c5a Mon Sep 17 00:00:00 2001 From: Luc Boudreau Date: Fri, 8 Apr 2011 18:47:13 +0000 Subject: [PATCH] Triggers a fixed build number to be deployed to the maven repository. Fixes a javadoc error. Removes the YDoc doclet and associated Ant targets. Fixes the Mondrian dependency to a numbered build. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@437 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- build.properties | 8 +--- build.xml | 42 +------------------ ivy-tck.xml | 2 +- .../olap4j/driver/xmla/XmlaOlap4jDriver.java | 2 +- 4 files changed, 6 insertions(+), 48 deletions(-) diff --git a/build.properties b/build.properties index 515b654..3907a65 100644 --- a/build.properties +++ b/build.properties @@ -10,9 +10,9 @@ # See also 'test.properties', which contains settings for the regression # suite. -project.revision=1.0.0-SNAPSHOT +project.revision=1.0.0.437 project.revision.major=1 -project.revision.minor=0000405 +project.revision.minor=0000437 ivy.artifact.id=olap4j ivy.artifact.group=org.olap4j impl.title=olap4j @@ -23,8 +23,4 @@ build.dir=build ivy.repository.publish=http://repo.pentaho.org/artifactory -# Uncomment to use yDoc doclet for enhanced javadoc (requires commercial -# license). -#ydoc.home=C:/apps/ydoc/ydoc-3.0_01-jdk1.5 - # End build.properties diff --git a/build.xml b/build.xml index f94a966..5f34c79 100644 --- a/build.xml +++ b/build.xml @@ -50,7 +50,7 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" /> - @@ -421,44 +421,6 @@ class XmlaOlap4jDriverVersion { - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java b/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java index 6e92ae2..0b09255 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java @@ -41,7 +41,7 @@ *    connection.unwrap(OlapConnection.class); * * - *

Note how we use the {@link java.sql.Connection#unwrap(Class)} method to down-cast + *

Note how we use the java.sql.Connection#unwrap(Class) method to down-cast * the JDBC connection object to the extension {@link org.olap4j.OlapConnection} * object. This method is only available in JDBC 4.0 (JDK 1.6 onwards). *