~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to docs/guide/support/support/docbook-xsl/params/profile.security.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="profile.security">
 
2
<refmeta>
 
3
<refentrytitle>profile.security</refentrytitle>
 
4
<refmiscinfo role="type">string</refmiscinfo>
 
5
</refmeta>
 
6
<refnamediv>
 
7
<refname>profile.security</refname>
 
8
<refpurpose>Target profile for <sgmltag class="attribute">security</sgmltag>
 
9
attribute</refpurpose>
 
10
</refnamediv>
 
11
 
 
12
<refsynopsisdiv>
 
13
<src:fragment id='profile.security.frag'>
 
14
<xsl:param name="profile.security" select="''"/>
 
15
</src:fragment>
 
16
</refsynopsisdiv>
 
17
 
 
18
<refsect1><title>Description</title>
 
19
 
 
20
<para>Value of this parameter specifies profiles which should be
 
21
included in the output. You can specify multiple profiles by
 
22
separating them by semicolon. You can change separator character by
 
23
<link linkend="profile.separator"><parameter>profile.separator</parameter></link>
 
24
parameter.</para>
 
25
 
 
26
<para>This parameter has effect only when you are using profiling
 
27
stylesheets (<filename>profile-docbook.xsl</filename>,
 
28
<filename>profile-chunk.xsl</filename>, &#x2026;) instead of normal
 
29
ones (<filename>docbook.xsl</filename>,
 
30
<filename>chunk.xsl</filename>, &#x2026;).</para>
 
31
 
 
32
</refsect1>
 
33
</refentry>