Skip to content

Commit

Permalink
Enable keyword substitution
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@20 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Jun 10, 2007
1 parent 33a2089 commit 5a0bb18
Show file tree
Hide file tree
Showing 100 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
== $Id: //open/mondrian/build.xml#122 $
== $Id$
== 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/deployDoc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: //open/mondrian/doc/deployDoc.sh#3 $
# $Id$
# 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/olap4j_fs.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1>olap4j Functional Specification</h1>

<p>Author(s): Julian Hyde, Barry Klawans<br>
Version: 0.6-dev (draft)<br>
Revision: $Id: $
Revision: $Id$
(<a href="http://svn.sourceforge.net/viewvc/olap4j/trunk/doc/olap4j_fs.html?view=log">log</a>)<br>
Last modified: June 10<sup>th</sup>, 2007.</p>
<hr noshade="noshade">
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/AbstractNamedList.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -22,7 +22,7 @@
* @see mondrian.olap4j.NamedListImpl
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 25, 2007
*/
abstract class AbstractNamedList<T extends Named>
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/EmptyResultSet.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -21,7 +21,7 @@
* <code>EmptyResultSet</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class EmptyResultSet implements ResultSet {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCatalog.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -19,7 +19,7 @@
* Implementation of {@link org.olap4j.metadata.Catalog} for Mondrian.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 23, 2007
*/
class MondrianOlap4jCatalog implements Catalog, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCell.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -22,7 +22,7 @@
* <code>MondrianOlap4jCell</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jCell implements Cell {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCellSet.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand Down Expand Up @@ -28,7 +28,7 @@
* <code>MondrianOlap4jCellSet</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jCellSet implements CellSet, CellSetMetaData {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCellSetAxis.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -21,7 +21,7 @@
* <code>MondrianOlap4jCellSetAxis</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jCellSetAxis implements CellSetAxis, CellSetAxisMetaData {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jConnection.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand Down Expand Up @@ -27,7 +27,7 @@
* <code>MondrianOlap4jConnection</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 23, 2007
*/
class MondrianOlap4jConnection implements OlapConnection {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jCube.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -25,7 +25,7 @@
* <code>MondrianOlap4jCube</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jCube implements Cube, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jDatabaseMetaData.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -25,7 +25,7 @@
* Implementation of {@link org.olap4j.OlapDatabaseMetaData} for Mondrian.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 23, 2007
*/
class MondrianOlap4jDatabaseMetaData implements OlapDatabaseMetaData {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jDimension.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -21,7 +21,7 @@
* <code>MondrianOlap4jDimension</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jDimension implements Dimension, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jDriver.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand Down Expand Up @@ -58,7 +58,7 @@
* it to anything else.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 22, 2007
*/
public class MondrianOlap4jDriver implements Driver {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jHierarchy.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -17,7 +17,7 @@
* <code>MondrianOlap4jHierarchy</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 25, 2007
*/
class MondrianOlap4jHierarchy implements Hierarchy {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jLevel.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -18,7 +18,7 @@
* <code>MondrianOlap4jLevel</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 25, 2007
*/
class MondrianOlap4jLevel implements Level {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jMember.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -25,7 +25,7 @@
* {@link mondrian.olap.Member}.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 25, 2007
*/
class MondrianOlap4jMember implements Member, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jSchema.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -26,7 +26,7 @@
* <code>MondrianOlap4jSchema</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jSchema implements Schema, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/MondrianOlap4jStatement.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -23,7 +23,7 @@
* <code>MondrianOlap4jStatement</code> ...
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 24, 2007
*/
class MondrianOlap4jStatement implements OlapStatement {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/Named.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -15,7 +15,7 @@
* {@link org.olap4j.metadata.NamedList} which works on such objects.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 23, 2007
*/
interface Named {
Expand Down
4 changes: 2 additions & 2 deletions src/mondrian/olap4j/NamedListImpl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -19,7 +19,7 @@
* the {@link Named} interface.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since May 23, 2007
*/
class NamedListImpl<T extends Named>
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/Axis.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand All @@ -17,7 +17,7 @@
* <p>Typically used values are ROWS, COLUMNS, and SLICER.
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Oct 23, 2006
*/
public enum Axis {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/Cell.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: Cell.java 15 2006-10-24 08:41:02Z jhyde $
// $Id$
// 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.
Expand All @@ -18,7 +18,7 @@
* Cell returned from a {@link CellSet}.
*
* @author jhyde
* @version $Id: Cell.java 15 2006-10-24 08:41:02Z jhyde $
* @version $Id$
* @since Aug 22, 2006
*/
public interface Cell {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/CellSet.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: CellSet.java 16 2006-10-24 22:48:56Z jhyde $
// $Id$
// 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.
Expand Down Expand Up @@ -50,7 +50,7 @@
* </blockquote></p>
*
* @author jhyde
* @version $Id: CellSet.java 16 2006-10-24 22:48:56Z jhyde $
* @version $Id$
* @since Aug 22, 2006
*/
public interface CellSet extends ResultSet {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/CellSetAxis.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: CellSetAxis.java 15 2006-10-24 08:41:02Z jhyde $
// $Id$
// 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.
Expand All @@ -16,7 +16,7 @@
* <code>CellSetAxis</code> ...
*
* @author jhyde
* @version $Id: CellSetAxis.java 15 2006-10-24 08:41:02Z jhyde $
* @version $Id$
* @since Aug 22, 2006
*/
public interface CellSetAxis {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/CellSetAxisMetaData.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
// 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.
Expand Down Expand Up @@ -49,7 +49,7 @@
* </table>
*
* @author jhyde
* @version $Id: $
* @version $Id$
* @since Oct 23, 2006
*/
public interface CellSetAxisMetaData {
Expand Down
Loading

0 comments on commit 5a0bb18

Please sign in to comment.