hammant     02/05/14 16:22:11

  Modified:    simpleserver/src/java/org/apache/avalon/simpleserver
                        SimpleServer.java SimpleServer.xinfo
  Removed:     simpleserver/src/java/org/apache/avalon/simpleserver
                        SimpleService.java
  Log:
  Get rif of empty service interface
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-avalon-apps/simpleserver/src/java/org/apache/avalon/simpleserver/SimpleServer.java
  
  Index: SimpleServer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-apps/simpleserver/src/java/org/apache/avalon/simpleserver/SimpleServer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SimpleServer.java 14 May 2002 10:26:46 -0000      1.6
  +++ SimpleServer.java 14 May 2002 23:22:11 -0000      1.7
  @@ -65,7 +65,7 @@
    */
   public class SimpleServer
       extends AbstractLogEnabled
  -    implements Block, SimpleService, Contextualizable, Serviceable, 
Configurable, Initializable,
  +    implements Block, Contextualizable, Serviceable, Configurable, 
Initializable,
       ConnectionHandlerFactory, ConnectionHandler, Target, PacketHandler, 
PacketHandlerFactory
   {
       private TimeScheduler m_timeScheduler;
  
  
  
  1.6       +2 -9      
jakarta-avalon-apps/simpleserver/src/java/org/apache/avalon/simpleserver/SimpleServer.xinfo
  
  Index: SimpleServer.xinfo
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-apps/simpleserver/src/java/org/apache/avalon/simpleserver/SimpleServer.xinfo,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SimpleServer.xinfo        12 May 2002 02:58:02 -0000      1.5
  +++ SimpleServer.xinfo        14 May 2002 23:22:11 -0000      1.6
  @@ -10,15 +10,8 @@
       <version>1.0</version>
     </block>
   
  -  <!-- services that are offered by this block -->
  -  <services>
  -    <service name="org.apache.avalon.simpleserver.SimpleService"/>
  -  </services>
  -
  -  <!-- services that are exposed to management interface by block -->
  -  <management-access-points>
  -    <service name="org.apache.avalon.simpleserver.SimpleService"/>
  -  </management-access-points>
  +  <!-- No services are offered by this block -->
  +  <services/>
   
     <dependencies>
       <dependency>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to