From c62104f25df88ebe47c50be7d70a958318f3ce4b Mon Sep 17 00:00:00 2001 From: Luc Boudreau Date: Sat, 19 Mar 2011 17:07:10 +0000 Subject: [PATCH] Sets the version to 1.0.0-SNAPSHOT in preparation to olap4j 1.0. Also splits the main olap4j jar into two separate jars for the core API and the XMLA driver. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@405 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- build.properties | 6 ++-- build.xml | 80 ++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 74 insertions(+), 12 deletions(-) diff --git a/build.properties b/build.properties index 85229f7..515b654 100644 --- a/build.properties +++ b/build.properties @@ -10,9 +10,9 @@ # See also 'test.properties', which contains settings for the regression # suite. -project.revision=0.9.9-SNAPSHOT -project.revision.major=0 -project.revision.minor=9090404 +project.revision=1.0.0-SNAPSHOT +project.revision.major=1 +project.revision.minor=0000405 ivy.artifact.id=olap4j ivy.artifact.group=org.olap4j impl.title=olap4j diff --git a/build.xml b/build.xml index bbb108b..40014eb 100644 --- a/build.xml +++ b/build.xml @@ -42,15 +42,15 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java" /> - - - + + + + + + + + - + - + @@ -240,8 +261,7 @@ class XmlaOlap4jDriverVersion { includes=" **/*.class, **/*.properties, -**/*.xml, -META-INF/**" /> +**/*.xml"/> @@ -275,7 +295,7 @@ META-INF/**" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +