You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/25 18:49:06 UTC

incubator-trafodion git commit: PR 500 mistakenly commented out document build in pom.xml; fix that

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master e9225d611 -> 68ea607d5


PR 500 mistakenly commented out document build in pom.xml; fix that


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

Branch: refs/heads/master
Commit: 68ea607d583ff83469b7184884c0d79e4cf052e6
Parents: e9225d6
Author: Dave Birdsall <db...@apache.org>
Authored: Wed May 25 18:48:25 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed May 25 18:48:25 2016 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/68ea607d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f47754d..9298358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
   </properties>
 
   <modules>
-    <!--module>docs/client_install</module>
+    <module>docs/client_install</module>
     <module>dcs</module>
     <module>core/rest</module>
     <module>docs/command_interface</module>
@@ -143,7 +143,7 @@
     <module>docs/odb_user</module>
     <module>docs/spj_guide</module>
     <module>docs/sql_reference</module>
-    <module>docs/jdbct4ref_guide</module-->
+    <module>docs/jdbct4ref_guide</module>
   </modules>
 
   <build>