mcconnell 2004/04/04 04:45:23 Modified: merlin project.xml merlin/platform/xdocs/reference/containment/overrides/target index.xml navigation.xml merlin/platform/xdocs/reference/containment/overrides/target/categories navigation.xml Added: merlin/platform/xdocs/reference/containment/overrides/target security.xml Log: Minor doc updates. Revision Changes Path 1.30 +2 -0 avalon/merlin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon/merlin/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 7 Mar 2004 03:02:42 -0000 1.29 +++ project.xml 4 Apr 2004 11:45:22 -0000 1.30 @@ -258,11 +258,13 @@ </packageGroup> </packageGroups> + <!-- <reports> <report>maven-changelog-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-developer-activity-plugin</report> </reports> + --> <build> 1.2 +7 -1 avalon/merlin/platform/xdocs/reference/containment/overrides/target/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon/merlin/platform/xdocs/reference/containment/overrides/target/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 2 Apr 2004 08:10:00 -0000 1.1 +++ index.xml 4 Apr 2004 11:45:22 -0000 1.2 @@ -41,7 +41,13 @@ <tr> <td><a href="categories/index.html">categories</a></td><td>0..n</td> <td> - A target categories directive + A target categories directive. + </td> + </tr> + <tr> + <td><a href="security.html">security</a></td><td>0..n</td> + <td> + A target security profile assignment directive. </td> </tr> </table> 1.3 +1 -0 avalon/merlin/platform/xdocs/reference/containment/overrides/target/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/avalon/merlin/platform/xdocs/reference/containment/overrides/target/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 3 Apr 2004 08:52:18 -0000 1.2 +++ navigation.xml 4 Apr 2004 11:45:22 -0000 1.3 @@ -49,6 +49,7 @@ <item name="target" href="/reference/containment/overrides/target/index.html"> <item name="configuration" href="/reference/containment/overrides/target/config.html"/> <item name="categories" href="/reference/containment/overrides/target/categories/index.html"/> + <item name="security" href="/reference/containment/overrides/target/security.html"/> </item> </item> </item> 1.1 avalon/merlin/platform/xdocs/reference/containment/overrides/target/security.xml Index: security.xml =================================================================== <?xml version="1.0"?> <!-- Copyright 2004 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document> <header> <title>Security Directive</title> <authors> <person name="Stephen McConnell" email="[EMAIL PROTECTED]"/> </authors> </header> <body> <section name="Security Directive"> <subsection name="Description"> <p> The security directive associates a target compoent model with a named security profile. </p> </subsection> <subsection name="Attributes"> <table> <tr><th>Attribute</th><th>Required</th><th>Description</th></tr> <tr> <td>profile</td><td>yes</td> <td> The name of a security profile. The supplied name must correspond with a know security profile declared under the kernel <a href="../../../system/kernel/security/index.html"> security</a> configuration. </td> </tr> </table> </subsection> <subsection name="Sample XML"> <source><![CDATA[ <target path="/widget"> <security profile="special-profile"/> </target> ]]></source> </subsection> </section> </body> </document> 1.3 +1 -0 avalon/merlin/platform/xdocs/reference/containment/overrides/target/categories/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/avalon/merlin/platform/xdocs/reference/containment/overrides/target/categories/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 3 Apr 2004 08:52:18 -0000 1.2 +++ navigation.xml 4 Apr 2004 11:45:22 -0000 1.3 @@ -54,6 +54,7 @@ <item name="categories" href="/reference/containment/overrides/target/categories/category.html"/> </item> + <item name="security" href="/reference/containment/overrides/target/security.html"/> </item> </item> </item>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]