From 047ad63f326fb3c35b488b6e40cb3c0a673f5031 Mon Sep 17 00:00:00 2001 From: Julian Hyde Date: Wed, 8 Feb 2012 07:12:36 +0000 Subject: [PATCH] Tweak website for olap4j-1.0.1 release. Obsolete deployDoc.sh. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@504 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- doc/deployDoc.sh | 95 ------------------------------------------------ doc/index.html | 6 +-- 2 files changed, 3 insertions(+), 98 deletions(-) delete mode 100644 doc/deployDoc.sh diff --git a/doc/deployDoc.sh b/doc/deployDoc.sh deleted file mode 100644 index bbabc3b..0000000 --- a/doc/deployDoc.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/sh -# $Id$ -# -# Licensed to Julian Hyde under one or more contributor license -# agreements. See the NOTICE file distributed with this work for -# additional information regarding copyright ownership. -# -# Julian Hyde licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at: -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# ============================================================================== -# This is a script to deploy olap4j's website. -# Only the release manager (jhyde) should run this script. - -set -e -set -v - -generate=true -if [ "$1" == --nogen ]; then - shift - generate= -fi - -# Prefix is usually "release" or "head" -prefix="$1" -# Directory at sf.net -docdir= -case "$prefix" in -release) export docdir=olap4j;; -head) export docdir=olap4j.head;; -*) echo "Bad prefix '$prefix'"; exit 1;; -esac - -cd $(dirname $0)/.. -if [ "$generate" ]; then - ant doczip -else - echo Skipping generation... -fi - - -if false; then - - scp dist/doc.tar.gz jhyde@shell.sf.net: - GROUP_DIR=/home/groups/o/ol/olap4j - - ssh -T jhyde@shell.sf.net <

Status

-

olap4j 1.0.1 was released on January 25th 2011.


+

olap4j 1.0.1 was released on February 27th, 2012.


This olap4j release includes the specification, a technology compatibility kit (TCK) and a generic XML/A driver compatible with Pentaho Analysis (Mondrian), Microsoft SQL Server Analysis Services, Palo and SAP BW.


This release is a maintenance release and maintains backwards compatibility with version 1.0.0. The license under which olap4j is distributed has changed - starting with this release. Olap4j is now distributed in accordance to the - Apache License Version 2.0.


+ starting with this release. Olap4j is now distributed under the + Apache Software License Version 2.0.


Among other notable changes, this version introduces support for JDBC 4.1.

Resources