Repository: incubator-tajo
Updated Branches:
refs/heads/master c9fadb76b -> 39bd61aea
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/39bd61ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/39bd61ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/39bd61ae
Branch: refs/heads/master
Commit: 39bd61aea150ebe92f56bfe334e53360890cd9a3
Parents: c9fadb7
Author: Hyunsik Choi <hyunsik@apache.org>
Authored: Wed Mar 5 17:36:22 2014 +0900
Committer: Hyunsik Choi <hyunsik@apache.org>
Committed: Wed Mar 5 17:52:46 2014 +0900
----------------------------------------------------------------------
pom.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/39bd61ae/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>
|