You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/08/19 02:51:22 UTC

[2/2] git commit: Doc files do not need headers

Doc files do not need headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-optiq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-optiq/commit/443efb55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-optiq/tree/443efb55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-optiq/diff/443efb55

Branch: refs/heads/master
Commit: 443efb55ed9c1344499e2d2d696e861272591629
Parents: ed95c7b
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Aug 18 16:37:27 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Aug 18 16:37:27 2014 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/443efb55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac53604..068f84a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,6 +463,7 @@ limitations under the License.
             <configuration>
               <excludes>
                 <exclude>*.md</exclude>
+                <exclude>doc/*.md</exclude>
                 <exclude>git.properties</exclude>
                 <exclude>src/main/resources/META-INF/services/java.sql.Driver</exclude>
               </excludes>