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 2002/03/14 11:10:30 UTC

cvs commit: jakarta-avalon-apps/enterprise/orb/src/etc overview.html

mcconnell    02/03/14 02:10:30

  Modified:    enterprise/orb build.xml
               enterprise/orb/src/etc overview.html
  Log:
  minor javadoc enhancements
  
  Revision  Changes    Path
  1.9       +4 -4      jakarta-avalon-apps/enterprise/orb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/orb/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	12 Mar 2002 22:18:01 -0000	1.8
  +++ build.xml	14 Mar 2002 10:10:30 -0000	1.9
  @@ -267,15 +267,15 @@
     </target>
   
     <target name="javadoc" depends="prepare" >
  -    <mkdir dir="${javadoc.root.path}" />
  -    <copy todir="${javadoc.root.path}/">
  +    <mkdir dir="${javadoc.root.path}/${ant.project.name}" />
  +    <copy todir="${javadoc.root.path}/${ant.project.name}">
          <fileset dir="${tools.path}/etc">
            <include name="LICENSE.HTML"/>
            <include name="license.css"/>
            <include name="EXOLAB.TXT"/>
          </fileset>
       </copy>
  -    <javadoc destdir="${javadoc.root.path}" 
  +    <javadoc destdir="${javadoc.root.path}/${ant.project.name}" 
   	doctitle="&lt;h1&gt;Object Request Broker (ORB)&lt;/h1&gt;" 
         noindex="false" author="false" 
         use="true"
  @@ -284,7 +284,7 @@
         bottom="&lt;a href='{@docRoot}/LICENSE.HTML'/&gt;License, Disclaimer and due credits.&lt;/a&gt;"
         additionalparam="-breakiterator -J-Xmx128m"
         packagenames="org.*" 
  -      excludepackagenames="org.omg.*"
  +      excludepackagenames="org.omg.*,org.apache.avalon.excalibur.*"
         >
           <sourcepath path="${src}/java"/>
           <sourcepath path="${build}/orb/src"/>
  
  
  
  1.2       +27 -22    jakarta-avalon-apps/enterprise/orb/src/etc/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/orb/src/etc/overview.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.html	28 Feb 2002 16:29:37 -0000	1.1
  +++ overview.html	14 Mar 2002 10:10:30 -0000	1.2
  @@ -1,22 +1,27 @@
  -    <body> 
  -      <h3>Package Description</h3>
  -      <p>
  -      CORBA 2.4 Object Request Broker.  An standard compiliant CORBA 2.4 
  -      ORB supporting POA management framework, Portable Interceptors, and 
  -      Valuetypes.  The ORB architecture includes support for the Apache 
  -      Phoenix application server and leverages interfaces and implementations
  -      defined by the Apache Avalon component framework.
  -      </p>
  -      <h3>Related Packages</h3>
  -      <ul>
  -      <li><a href="{$docRoot}/../.." target="_top">Package Index.</a>
  -      <li><a href="{$docRoot}/../../pss" target="_top">PSS, Persistent State Service.</a>
  -      <li><a href="{$docRoot}/../../avalon" target="_top">Avalon Component Managagement Framework and Phoenix Application Server Platform.</a>
  -      </ul>
  -      </p>
  -      <p><i>Copyright (c) OSM SARL 2000, 2001, 2002, All rights reserved.</br>
  -      The Avalon Framework, Phoenix and Excalibur are Copyright Apache Foundation.</br>
  -      ORB and PSS Service are Copyright OSM, Apache Foundation, and Exolab.
  -      </i>
  -      </p>
  -  </body>
  +<body> 
  +<h3>Package Description</h3>
  +<p>
  +CORBA 2.4 Object Request Broker.  An standard compiliant CORBA 2.4 
  +ORB supporting POA management framework, Portable Interceptors, and 
  +Valuetypes.  The ORB architecture includes support for the Apache 
  +Phoenix application server and leverages interfaces and implementations
  +defined by the Apache Avalon component framework.
  +</p>
  +<table border="1" cellpadding="3" cellspacing="0" width="100%">
  +<tr bgcolor="#ccccff">
  +<td colspan="2"><font size="+2"><b>Components</b></font></td>
  +<tr><td width="20%" valign="top"><strong>{@link org.apache.orb.ORB}</strong></td>
  +<td><code>ORB</code> component provides industry standard Object Request Broker services
  +combined with formal component semantics.  ORB parameterization equivalent to the classic
  +ORB.init() static operation is achieved through configuration of the ORB with a configuration
  +instance containing property and initializer declarations.</td></tr>
  +<tr><td width="20%" valign="top"><strong>{@link org.apache.orb.DefaultORBFactory}</strong></td>
  +<td><code>ORBFactory</code> is a utility component that provides support for the creation 
  +of new ORB instances.</td></tr>
  +</table>
  +
  +<h4>Related Packages</h4>
  +
  +Related packages and services are available under the <a href="{$docRoot}/../../index.html" target="_top">Package Index.</a>
  +
  +</body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>