Add audience="hidden" to DITAVal.

That's an alias for audience="Cloudera",
which will be removed in a subsequent CR.

This 2nd patch set is just for practice amending the
commit message without touching any files.
Change-Id: I0771ccf912d8112194ad52a7fa76b092ea6cff72
Reviewed-on: http://gerrit.cloudera.org:8080/5591
Reviewed-by: John Russell <jrussell@cloudera.com>
Tested-by: John Russell <jrussell@cloudera.com>
This commit is contained in:
John Russell
2016-12-09 13:05:17 -08:00
parent f3de156966
commit 62ec6de367
2 changed files with 11 additions and 7 deletions

View File

@@ -17,9 +17,11 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden,
e.g. obsolete or abandoned. Use pre-release for material being actively worked on
that's not ready for prime time. -->
<!-- Exclude blocks of content. This is typically material that's permanently hidden,
(obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road).
Use pre-release condition instead for material being actively worked on
that's not quite ready for prime time. -->
<prop att="audience" val="hidden" action="exclude"/>
<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. -->

View File

@@ -17,10 +17,12 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden,
e.g. obsolete or abandoned. Use pre-release for material being actively worked on
that's not ready for prime time. -->
<prop att="audience" val="Cloudera" action="exclude"/>
<!-- Exclude blocks of content. This is typically material that's permanently hidden,
(obsolete or abandoned), or aspirational (maybe write new topic somewhere down the road).
Use pre-release condition instead for material being actively worked on
that's not quite ready for prime time. -->
<prop att="audience" val="hidden" action="exclude"/>
<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="PDF" action="exclude"/>