You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/04/02 02:19:01 UTC

cvs commit: avalon/merlin/platform/xdocs/extensions/http index.xml navigation.xml

mcconnell    2004/04/01 16:19:01

  Modified:    merlin/platform/xdocs/reference/system/kernel/security/profile/permissions/permission
                        action.xml
  Added:       merlin/platform/xdocs/extensions/finder index.xml
                        navigation.xml
               merlin/platform/xdocs/extensions/http index.xml
                        navigation.xml
  Log:
  add the finder and http extensions
  
  Revision  Changes    Path
  1.2       +0 -2      avalon/merlin/platform/xdocs/reference/system/kernel/security/profile/permissions/permission/action.xml
  
  Index: action.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/reference/system/kernel/security/profile/permissions/permission/action.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- action.xml	1 Apr 2004 23:49:12 -0000	1.1
  +++ action.xml	2 Apr 2004 00:19:01 -0000	1.2
  @@ -40,12 +40,10 @@
         <subsection name="Example XML">
   
   <source><![CDATA[
  -  <grant>
       <permission class="java.io.FilePermission" name="org.apache.*" >
         <action>read</action>
         <action>write</action>
       </permission>
  -  </grant>
   ]]></source>
         </subsection>
   
  
  
  
  1.1                  avalon/merlin/platform/xdocs/extensions/finder/index.xml
  
  Index: index.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>
  
    <properties>
      <title>Merlin Servlet</title>
      <author email="avalon-dev@jakarta.apache.org">Avalon Development Team</author>
    </properties>
  
    <body>
      <section name="Finder Facility">
      </section>
    </body>
  
    <footer>
      <legal>
        Copyright (c) @year@ The Avalon Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2004/04/02 00:19:01 $
      </legal>
    </footer>
  </document>
  
  
  
  
  
  1.1                  avalon/merlin/platform/xdocs/extensions/finder/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- 
   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.
  -->
  
  <project>
  
   <title>Merlin</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/product/framework/"/>
        <item name="Containment" href="http://avalon.apache.org/product/containers/"/>
        <item name="Components" href="http://avalon.apache.org/product/components/"/>
      </links>
  
      <menu name="About Merlin">
        <item name="Overview" href="/about/index.html"/>
        <item name="Getting Started" href="/starting/index.html"/>
        <item name="Merlin System" href="/merlin/index.html"/>
        <item name="Tools" href="/tools/index.html"/>
        <item name="Extensions" href="/extensions/index.html">
          <item name="Finder" href="/extensions/finder/index.html"/>
          <item name="HTTP" href="/extensions/http/index.html"/>
          <item name="Servlet" href="/extensions/servlet/index.html"/>
          <item name="JMX" href="/extensions/jmx/index.html"/>
  <!--      
          <item name="Persistence Facility" href="/extensions/persistence/index.html"/>
  -->
          <item name="3rd Party" href="/extensions/3rdparty/index.html"/>
        </item>
      </menu>
  
      <menu name="Resources">
        <item name="Javadoc" href="/api/index.html"/>
        <item name="Specification" href="/reference/index.html"/>
        <item name="Download" href="/resources/download.html"/>
        <item name="Roadmap" href="/resources/roadmap/index.html"/>
        <item name="DPML" href="/dpml/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Meta" href="http://avalon.apache.org/meta"/>
        <item name="Utilities" href="http://avalon.apache.org/util"/>
        <item name="Repository" href="http://avalon.apache.org/repository"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  1.1                  avalon/merlin/platform/xdocs/extensions/http/index.xml
  
  Index: index.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>
  
    <properties>
      <title>Merlin Servlet</title>
      <author email="avalon-dev@jakarta.apache.org">Avalon Development Team</author>
    </properties>
  
    <body>
      <section name="HTTP Facility">
      </section>
    </body>
  
    <footer>
      <legal>
        Copyright (c) @year@ The Avalon Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2004/04/02 00:19:01 $
      </legal>
    </footer>
  </document>
  
  
  
  
  
  1.1                  avalon/merlin/platform/xdocs/extensions/http/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- 
   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.
  -->
  
  <project>
  
   <title>Merlin</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/product/framework/"/>
        <item name="Containment" href="http://avalon.apache.org/product/containers/"/>
        <item name="Components" href="http://avalon.apache.org/product/components/"/>
      </links>
  
      <menu name="About Merlin">
        <item name="Overview" href="/about/index.html"/>
        <item name="Getting Started" href="/starting/index.html"/>
        <item name="Merlin System" href="/merlin/index.html"/>
        <item name="Tools" href="/tools/index.html"/>
        <item name="Extensions" href="/extensions/index.html">
          <item name="Finder" href="/extensions/finder/index.html"/>
          <item name="HTTP" href="/extensions/http/index.html"/>
          <item name="Servlet" href="/extensions/servlet/index.html"/>
          <item name="JMX" href="/extensions/jmx/index.html"/>
  <!--      
          <item name="Persistence Facility" href="/extensions/persistence/index.html"/>
  -->
          <item name="3rd Party" href="/extensions/3rdparty/index.html"/>
        </item>
      </menu>
  
      <menu name="Resources">
        <item name="Javadoc" href="/api/index.html"/>
        <item name="Specification" href="/reference/index.html"/>
        <item name="Download" href="/resources/download.html"/>
        <item name="Roadmap" href="/resources/roadmap/index.html"/>
        <item name="DPML" href="/dpml/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Meta" href="http://avalon.apache.org/meta"/>
        <item name="Utilities" href="http://avalon.apache.org/util"/>
        <item name="Repository" href="http://avalon.apache.org/repository"/>
      </menu>
  
   </body>
  
  </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org