Repository: incubator-impala Updated Branches: refs/heads/doc_prototype d523bbe94 -> 5feac74a0
Rename DITAval files with generic Impala names. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/5feac74a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/5feac74a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/5feac74a Branch: refs/heads/doc_prototype Commit: 5feac74a06e53146fabcaf860911edda4e751074 Parents: d523bbe Author: John Russell <[email protected]> Authored: Mon Oct 31 14:35:44 2016 -0700 Committer: John Russell <[email protected]> Committed: Mon Oct 31 14:35:44 2016 -0700 ---------------------------------------------------------------------- docs/clouderad4p.ditaval | 20 -------------------- docs/impala_html.ditaval | 20 ++++++++++++++++++++ docs/impala_pdf.ditaval | 9 +++++++++ docs/impala_search_pdf.ditaval | 9 --------- 4 files changed, 29 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5feac74a/docs/clouderad4p.ditaval ---------------------------------------------------------------------- diff --git a/docs/clouderad4p.ditaval b/docs/clouderad4p.ditaval deleted file mode 100644 index 2f6b730..0000000 --- a/docs/clouderad4p.ditaval +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><val> -<!-- Exclude Cloudera-only content --> -<prop att="audience" val="Cloudera" action="exclude"/> -<!-- These two are backward: things marked HTML are excluded from the HTML and - things marked PDF are excluded from the PDF. --> -<prop att="audience" val="HTML" action="exclude"/> -<prop att="audience" val="PDF" action="include"/> -<!-- Content marked OFFLINE is intended for the CM bundled documentation --> -<prop att="audience" val="offline" action="exclude"/> -<!-- These two are for Impala and Search, to allow for differences in standalone - docs versus those which are included in CDH --> -<prop att="audience" val="integrated" action="include"/> -<prop att="audience" val="standalone" action="exclude"/> -<!-- John added this so he can work on Impala_Next in master without fear that - it will show up too early in released docs --> -<prop att="audience" val="impala_next" action="exclude"/> -<!-- This DITAVAL specifically EXCLUDES things marked pre-release --> -<!-- It is safe to use for generating public artifacts. --> -<prop att="audience" val="pre-release" action="exclude"/> -</val> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5feac74a/docs/impala_html.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_html.ditaval b/docs/impala_html.ditaval new file mode 100644 index 0000000..2f6b730 --- /dev/null +++ b/docs/impala_html.ditaval @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?><val> +<!-- Exclude Cloudera-only content --> +<prop att="audience" val="Cloudera" action="exclude"/> +<!-- These two are backward: things marked HTML are excluded from the HTML and + things marked PDF are excluded from the PDF. --> +<prop att="audience" val="HTML" action="exclude"/> +<prop att="audience" val="PDF" action="include"/> +<!-- Content marked OFFLINE is intended for the CM bundled documentation --> +<prop att="audience" val="offline" action="exclude"/> +<!-- These two are for Impala and Search, to allow for differences in standalone + docs versus those which are included in CDH --> +<prop att="audience" val="integrated" action="include"/> +<prop att="audience" val="standalone" action="exclude"/> +<!-- John added this so he can work on Impala_Next in master without fear that + it will show up too early in released docs --> +<prop att="audience" val="impala_next" action="exclude"/> +<!-- This DITAVAL specifically EXCLUDES things marked pre-release --> +<!-- It is safe to use for generating public artifacts. --> +<prop att="audience" val="pre-release" action="exclude"/> +</val> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5feac74a/docs/impala_pdf.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_pdf.ditaval b/docs/impala_pdf.ditaval new file mode 100644 index 0000000..a876a05 --- /dev/null +++ b/docs/impala_pdf.ditaval @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?><val> + <prop att="audience" val="Cloudera" action="exclude"/> + <prop att="audience" val="PDF" action="exclude"/> + <prop att="audience" val="HTML" action="include"/> + <prop att="audience" val="integrated" action="exclude"/> + <prop att="audience" val="standalone" action="include"/> + <prop att="audience" val="impala_next" action="exclude"/> + <prop att="audience" val="pre-release" action="exclude"/> +</val> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5feac74a/docs/impala_search_pdf.ditaval ---------------------------------------------------------------------- diff --git a/docs/impala_search_pdf.ditaval b/docs/impala_search_pdf.ditaval deleted file mode 100644 index a876a05..0000000 --- a/docs/impala_search_pdf.ditaval +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><val> - <prop att="audience" val="Cloudera" action="exclude"/> - <prop att="audience" val="PDF" action="exclude"/> - <prop att="audience" val="HTML" action="include"/> - <prop att="audience" val="integrated" action="exclude"/> - <prop att="audience" val="standalone" action="include"/> - <prop att="audience" val="impala_next" action="exclude"/> - <prop att="audience" val="pre-release" action="exclude"/> -</val>
