Skip to content

Commit

Permalink
Enable svn keyword substitution on some files.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@483 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Jan 5, 2012
1 parent 5b31d8b commit 0f9cbf1
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 31 deletions.
2 changes: 1 addition & 1 deletion checkFile.awk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/gawk
# $Id: $
# $Id$
#
# Licensed to Julian Hyde under one or more contributor license
# agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion doc/pdfdoclet.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: $
# $Id$
# Configuration file for PDFDoclet.

############################################################
Expand Down
2 changes: 1 addition & 1 deletion foodmart/FoodMart.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Schema name="FoodMart">
<!--
== $Id:$
== $Id$
==
== Licensed to Julian Hyde under one or more contributor license
== agreements. See the NOTICE file distributed with this work for
Expand Down
26 changes: 18 additions & 8 deletions ivy-jdk14.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<!--
== $Id:$
== This software is subject to the terms of the Eclipse Public License v1.0
== Agreement, available at the following URL:
== http://www.eclipse.org/legal/epl-v10.html.
== Copyright (C) 2009-2011 Julian Hyde
== All Rights Reserved.
== You must accept the terms of that agreement to use this software.
== $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.
-->
<ivy-module
version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:m="http://ant.apache.org/ivy/maven"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="${ivy.artifact.group}" module="${ivy.artifact.id}-jdk14" revision="${project.revision}">
<license name="EPL" url="http://www.eclipse.org/legal/epl-v10.html"/>
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
<ivyauthor name="Julian Hyde" />
<repository name="pentaho-repository" url="http://repo.pentaho.org/artifactory"/>
<description homepage="http://olap4j.org">
Expand Down
2 changes: 1 addition & 1 deletion ivy-tck.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<!--
== $Id:$
== $Id$
==
== Licensed to Julian Hyde under one or more contributor license
== agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion ivy-xmla.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<!--
== $Id:$
== $Id$
==
== Licensed to Julian Hyde under one or more contributor license
== agreements. See the NOTICE file distributed with this work for
Expand Down
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<!--
== $Id:$
== $Id$
==
== Licensed to Julian Hyde under one or more contributor license
== agreements. See the NOTICE file distributed with this work for
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/driver/xmla/FactoryJdbc41Impl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -30,7 +30,7 @@
* Implementation of {@link Factory} for JDBC 4.0.
*
* @author jhyde
* @version $Id: FactoryJdbc41Impl.java 476 2011-10-24 17:54:40Z jhyde $
* @version $Id$
* @since Jun 14, 2007
*/
class FactoryJdbc41Impl implements Factory {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/driver/xmla/FactoryJdbc4Plus.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -31,7 +31,7 @@
* Abstract JDBC classes, for JDBC 4.0 and 4.1.
*
* @author jhyde
* @version $Id: FactoryJdbc4Impl.java 476 2011-10-24 17:54:40Z jhyde $
* @version $Id$
*/
class FactoryJdbc4Plus {
private FactoryJdbc4Plus() {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/driver/xmla/XmlaOlap4jDatabase.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -30,7 +30,7 @@

/**
* XMLA implementation of a database metadata object.
* @version $Id:$
* @version $Id$
* @author LBoudreau
*/
class XmlaOlap4jDatabase implements Database, Named {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/driver/xmla/XmlaOlap4jServerInfos.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id:$
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand All @@ -23,7 +23,7 @@

/**
* Common set of functions for an XMLA URL Provider.
* @version $Id:$
* @version $Id$
*/
public interface XmlaOlap4jServerInfos {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/impl/LcidLocale.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand All @@ -24,7 +24,7 @@
/**
* Mapping between {@link Locale} and Locale identifier (LCID).
*
* @version $Id: //open/mondrian/src/main/mondrian/util/LcidLocale.java#1 $
* @version $Id$
* @author jhyde
*/
public class LcidLocale {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/metadata/Database.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id:$
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -62,7 +62,7 @@
* </p>
*
* @author Luc Boudreau
* @version $Id:$
* @version $Id$
* @since Jan 15 2011
*/
public interface Database {
Expand Down
4 changes: 2 additions & 2 deletions src/org/olap4j/query/AbstractSelection.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id:$
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -27,7 +27,7 @@
/**
* Abstract implementation of a selection.
* @author LBoudreau
* @version $Id:$
* @version $Id$
*/
abstract class AbstractSelection extends QueryNodeImpl implements Selection {

Expand Down
2 changes: 1 addition & 1 deletion test.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id:$
# $Id$
#
# Licensed to Julian Hyde under one or more contributor license
# agreements. See the NOTICE file distributed with this work for
Expand Down
4 changes: 2 additions & 2 deletions testsrc/org/olap4j/driver/xmla/cache/XmlaDatabaseCache.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
// $Id: $
// $Id$
//
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
Expand Down Expand Up @@ -29,7 +29,7 @@
*
* @see Properties
* @author LBoudreau
* @version $Id: $
* @version $Id$
*/
public class XmlaDatabaseCache implements XmlaOlap4jCache {

Expand Down

0 comments on commit 0f9cbf1

Please sign in to comment.