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 2017/10/16 15:16:08 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2771] Add build step and web site link for Trafodion LOB Guide

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master a7c9baeba -> 2da5d9f3e


[TRAFODION-2771] Add build step and web site link for Trafodion LOB Guide


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

Branch: refs/heads/master
Commit: a8d82b743746d1f2e3f6455ecefc1bbc9ba22622
Parents: 6a00d4d
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Oct 11 21:16:54 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Oct 11 21:16:54 2017 +0000

----------------------------------------------------------------------
 docs/lob_guide/pom.xml                  | 4 ++--
 docs/src/site/markdown/documentation.md | 1 +
 pom.xml                                 | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a8d82b74/docs/lob_guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/lob_guide/pom.xml b/docs/lob_guide/pom.xml
index 76f26f7..863a1f8 100644
--- a/docs/lob_guide/pom.xml
+++ b/docs/lob_guide/pom.xml
@@ -244,8 +244,8 @@
                   - target/docs/<version>/<document> contains the PDF version and the web book. The web book is named index.html
                 --> 
                 <!-- Copy the PDF file to its target directories -->
-                <copy file="${basedir}/target/index.pdf" tofile="${basedir}/../target/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf" />
-                <copy file="${basedir}/target/index.pdf" tofile="${basedir}/../target/docs/${project.version}/sql_reference/Trafodion_SQL_Reference_Manual.pdf" />
+                <copy file="${basedir}/target/index.pdf" tofile="${basedir}/../target/docs/sql_reference/Trafodion_SQL_Large_Objects_Guide.pdf" />
+                <copy file="${basedir}/target/index.pdf" tofile="${basedir}/../target/docs/${project.version}/sql_reference/Trafodion_SQL_Large_Objects_Guide.pdf" />
                 <!-- Copy the Web Book files to their target directories -->
                 <copy todir="${basedir}/../target/docs/sql_reference">
                   <fileset dir="${basedir}/target/site">

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a8d82b74/docs/src/site/markdown/documentation.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/documentation.md b/docs/src/site/markdown/documentation.md
index 019b98f..da13f12 100644
--- a/docs/src/site/markdown/documentation.md
+++ b/docs/src/site/markdown/documentation.md
@@ -26,6 +26,7 @@ Trafodion Control Query Default (CQD) Reference Guide | [Web Book](docs/cqd_refe
 Trafodion Database Connectivity Services Guide        | [Web Book](docs/dcs_reference/index.html),      [API](docs/dcs_reference/apidocs/index.html)
 Trafodion JDBC Type 4 Programmer Reference Guide      | [Web Book](docs/jdbct4ref_guide/index.html),    [PDF](docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf)
 Trafodion Load and Transform Guide                    | [Web Book](docs/load_transform/index.html),     [PDF](docs/load_transform/Trafodion_Load_Transform_Guide.pdf)
+Trafodion SQL Large Objects Guide                     | [Web Book](docs/lob_guide/index.html),          [PDF](docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf)
 Trafodion Messages Guide                              | [Web Book](docs/messages_guide/index.html),     [PDF](docs/messages_guide/Trafodion_Messages_Guide.pdf)
 Trafodion Manageability                               | [wiki](https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Manageability)
 Trafodion odb User Guide                              | [Web Book](docs/odb/index.html),                [PDF](docs/odb/Trafodion_odb_User_Guide.pdf)

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a8d82b74/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9298358..4045b79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,7 @@
     <module>docs/odb_user</module>
     <module>docs/spj_guide</module>
     <module>docs/sql_reference</module>
+    <module>docs/lob_guide</module>
     <module>docs/jdbct4ref_guide</module>
   </modules>
 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2771] PR 1263 Add build + web link for Trafodion LOB Guide

Posted by db...@apache.org.
Merge [TRAFODION-2771] PR 1263 Add build + web link for Trafodion LOB Guide


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

Branch: refs/heads/master
Commit: 2da5d9f3e5c592a3ef041ea158374c2c185685f6
Parents: a7c9bae a8d82b7
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Oct 16 15:15:02 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Oct 16 15:15:02 2017 +0000

----------------------------------------------------------------------
 docs/lob_guide/pom.xml                  | 4 ++--
 docs/src/site/markdown/documentation.md | 1 +
 pom.xml                                 | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------