Hi Eric; Actually it is not intended to commit. I will remove Boot.java.
Thanks; --Gurkan ________________________________ From: Eric Covener <[email protected]> To: [email protected] Sent: Tue, December 15, 2009 8:04:21 PM Subject: Re: svn commit: r889852 - in /incubator/openwebbeans/trunk: pom.xml webbeans-ejb/ webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java webbeans-openejb/ 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] ___________________________________________________________________ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
