On Fri, Dec 11, 2009 at 6:11 PM,  <[email protected]> wrote:
> Author: gerdogdu
> Date: Fri Dec 11 23:11:53 2009
> New Revision: 889852
>
> URL: http://svn.apache.org/viewvc?rev=889852&view=rev
> Log:
> Rename webbeans-ejb to openejb

Is the Boot.java change below intended?  Did you mean to add Main.java
in this pkg?

> Modified: 
> incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java
> URL: 
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java?rev=889852&r1=889851&r2=889852&view=diff
> ==============================================================================
> --- 
> incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java
>  (original)
> +++ 
> incubator/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java
>  Fri Dec 11 23:11:53 2009
> @@ -21,10 +21,19 @@
>  * @version $Rev$ $Date$
>  *
>  */
> -public class Boot
> +public class Boot implements Main
>  {
>     /**BeanManager instance unique to deployment*/
>     private BeanManager beanManager;
>
> +    /**
> +     * {...@inheritdoc}
> +     */
> +   �...@override
> +    public void main(String[] args)
> +    {
> +
> +    }
> +
>
>  }
>
>
>



-- 
Eric Covener
[email protected]

Reply via email to