From 2f880a934c206df2da90e4f08ff899be37c6b125 Mon Sep 17 00:00:00 2001 From: Julian Hyde Date: Mon, 23 Feb 2009 20:23:25 +0000 Subject: [PATCH] olap4j build: don't include java.sql.Driver twice in olap4j.jar; generate javadoc for XMLA driver; rename olap4j-sources.jar to olap4j-source.jar git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@147 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- build.xml | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/build.xml b/build.xml index cb2b021..d471c08 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ == 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) 2006-2008 Julian Hyde and others. + == Copyright (C) 2006-2009 Julian Hyde and others. == All Rights Reserved. == You must accept the terms of that agreement to use this software. --> @@ -15,7 +15,7 @@ - + @@ -38,12 +38,11 @@ - - + @@ -55,7 +54,7 @@ ${src.dir}/org/olap4j/mdx/parser/impl/DefaultMdxParserSym.java"/> @@ -80,9 +79,6 @@ ${jar-jdk14.file}"/> - - - @@ -235,7 +231,7 @@ buildJdk16.sh" /> - + @@ -309,8 +305,12 @@ must be run under JDK 1.5." /> - - + + + + + + @@ -331,10 +331,6 @@ META-INF/**"/> LICENSE.html, README.txt, VERSION.txt"/> - @@ -376,7 +372,7 @@ META-INF/**"/> classpathref="project.test.classpath" destdir="${javadoc.dir}" packagenames="org.olap4j.*" - excludepackagenames="org.olap4j.driver.*,org.olap4j.impl.*,org.olap4j.mdx.parser.impl.*,org.olap4j.sample.*" + excludepackagenames="org.olap4j.impl.*,org.olap4j.mdx.parser.impl.*,org.olap4j.sample.*" overview="${src.dir}/overview.html" footer="<a href="http://sourceforge.net/projects/olap4j"><img src="http://sourceforge.net/sflogo.php?group_id=168953&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a>" author="true" @@ -473,7 +469,7 @@ META-INF/**"/> classpathref="project.test.classpath" destdir="${javadoc.dir}" packagenames="org.olap4j.*" - excludepackagenames="org.olap4j.driver.*,org.olap4j.impl.*,org.olap4j.mdx.parser.impl.*,org.olap4j.sample.*" + excludepackagenames="org.olap4j.impl.*,org.olap4j.mdx.parser.impl.*,org.olap4j.sample.*" overview="${src.dir}/overview.html" footer="<a href="http://sourceforge.net/projects/olap4j"><img src="http://sourceforge.net/sflogo.php?group_id=168953&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a>" author="true" @@ -516,7 +512,7 @@ META-INF/**"/> Does not include housekeeping files (e.g. build.xml) or even java source files from the test suite, so this is no substitute for the source distribution generated by srczip. --> - - +