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

git commit: TAJO-681: Embed sphinx rtd theme into tajo-docs. (missed exclude rat rule)

Repository: incubator-tajo
Updated Branches:
  refs/heads/master 317ec265a -> d4e64bb39


TAJO-681: Embed sphinx rtd theme into tajo-docs. (missed exclude rat rule)


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

Branch: refs/heads/master
Commit: d4e64bb39521f2ea5ee4b83004e4ad418ae00b4e
Parents: 317ec26
Author: Hyunsik Choi <hy...@apache.org>
Authored: Tue Mar 11 16:50:58 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Tue Mar 11 16:50:58 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/d4e64bb3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01a39af..7fb8d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,6 +362,7 @@
             <exclude>**/.settings/**</exclude>
             <exclude>atlassian-ide-plugin.xml</exclude>
             <exclude>.reviewboardrc</exclude>
+            <exclude>**/sphinx_rtd_theme/**/*</exclude>
             <!-- tajo-doc -->
             <exclude>**/*.rst</exclude>
           </excludes>