You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hi...@apache.org on 2004/03/20 16:55:46 UTC

cvs commit: james-server/src/java/org/apache/james James.java

hilmer      2004/03/20 07:55:46

  Modified:    src/java/org/apache/james Tag: branch_2_1_fcs James.java
  Log:
  Submitted by:SH
  
  Expanded * import of org.apache.avalon.framework.component to avoid mxinfo warning on build
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.35.4.15 +6 -2      james-server/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/james-server/src/java/org/apache/james/James.java,v
  retrieving revision 1.35.4.14
  retrieving revision 1.35.4.15
  diff -u -r1.35.4.14 -r1.35.4.15
  --- James.java	20 Mar 2004 07:50:42 -0000	1.35.4.14
  +++ James.java	20 Mar 2004 15:55:46 -0000	1.35.4.15
  @@ -18,7 +18,11 @@
   package org.apache.james;
   
   import org.apache.avalon.framework.activity.Initializable;
  -import org.apache.avalon.framework.component.*;
  +import org.apache.avalon.framework.component.Component;
  +import org.apache.avalon.framework.component.Composable;
  +import org.apache.avalon.framework.component.DefaultComponentManager;
  +import org.apache.avalon.framework.component.ComponentManager;
  +import org.apache.avalon.framework.component.ComponentException;
   import org.apache.avalon.framework.configuration.Configurable;
   import org.apache.avalon.framework.configuration.Configuration;
   import org.apache.avalon.framework.configuration.ConfigurationException;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org