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/05 09:52:16 UTC

git commit: TAJO-642: Change tajo documentation tool to sphinx. (added userdocs profile)

Repository: incubator-tajo
Updated Branches:
  refs/heads/branch-0.8.0 0d3b39ca6 -> 6479cefb9


TAJO-642: Change tajo documentation tool to sphinx. (added userdocs profile)


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

Branch: refs/heads/branch-0.8.0
Commit: 6479cefb943ef510c8f7dff1073b241ca2da0364
Parents: 0d3b39c
Author: Hyunsik Choi <hy...@apache.org>
Authored: Wed Mar 5 17:36:22 2014 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Wed Mar 5 17:36:22 2014 +0900

----------------------------------------------------------------------
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/6479cefb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 274bd1d..01a39af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
     <module>tajo-jdbc</module>
     <module>tajo-dist</module>
     <module>tajo-storage</module>
-    <module>tajo-docs</module>
   </modules>
 
   <build>
@@ -370,4 +369,14 @@
       </plugin>
     </plugins>
   </build>
+
+  <profiles>
+    <!-- User Documentation -->
+    <profile>
+      <id>userdocs</id>
+      <modules>
+        <module>tajo-docs</module>
+      </modules>
+    </profile>
+  </profiles>
 </project>