jlaskowski    2005/06/19 18:40:33

  Modified:    modules/core/src/java/org/openejb/spi
                        ConnectionManagerFactory.java ContainerSystem.java
                        package.html
  Log:

  A step towards cutting the 1.0 release:
    o openejb:release goal to cut a release
    o polishing the sources so that javadoc is built without any errors or 
warnings
    o Add javadoc to release in openejb:release
  
  Revision  Changes    Path
  1.2       +3 -6      
openejb1/modules/core/src/java/org/openejb/spi/ConnectionManagerFactory.java
  
  Index: ConnectionManagerFactory.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/spi/ConnectionManagerFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConnectionManagerFactory.java     26 Mar 2004 21:42:57 -0000      1.1
  +++ ConnectionManagerFactory.java     19 Jun 2005 22:40:33 -0000      1.2
  @@ -85,10 +85,7 @@
        * ManagedConnectionFactories, but that is not required.
        * @param name The deployment ID of the connector, which may be used
        *             for logging, etc.
  -     * @param properties The deployment properties for this combination of
  -     *                   ConnectionManager and ManagedConnectionFactory,
  -     *                   which includes things like connection pool
  -     *                   parameters.
  +     * @param config configuration
        * @param factory The ManagedConnectionFactory to configure a
        *                ConnectionManager for.
        */
  
  
  
  1.2       +1 -4      
openejb1/modules/core/src/java/org/openejb/spi/ContainerSystem.java
  
  Index: ContainerSystem.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/spi/ContainerSystem.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ContainerSystem.java      26 Mar 2004 21:42:57 -0000      1.1
  +++ ContainerSystem.java      19 Jun 2005 22:40:33 -0000      1.2
  @@ -102,9 +102,7 @@
        * @param id the id of the Container
        * @return the Container associated with the id
        * @see Container
  -     * @see ContainerManager#getContainer(Object) 
ContainerManager.getContainer
        * @see Container#getContainerID() Container.getContainerID()
  -     * @see DeploymentInfo#getContainerID() DeploymentInfo.getContainerID()
        */
       public Container getContainer(Object id);
   
  @@ -113,7 +111,6 @@
        *
        * @return an array of all the Containers
        * @see Container
  -     * @see ContainerManager#containers() ContainerManager.containers()
        */
       public Container [] containers( );
   
  
  
  
  1.3       +2 -3      
openejb1/modules/core/src/java/org/openejb/spi/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/spi/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      8 Jul 2004 11:55:27 -0000       1.2
  +++ package.html      19 Jun 2005 22:40:33 -0000      1.3
  @@ -67,8 +67,7 @@
   
   <!-- Put @see and @since tags down here. -->
   @see org.openejb.core.ContainerSystem
  [EMAIL PROTECTED] org.openejb.core.ContainerManager
  [EMAIL PROTECTED] org.openejb.core.Container
  [EMAIL PROTECTED] org.openejb.Container
   @see org.openejb.core.DeploymentInfo
   </body>
   </html>
  
  
  

Reply via email to