mcconnell 2002/09/22 11:24:27
Modified: enterprise/orb/src/java/org/apache/orb ORBContext.java
Added: enterprise/orb/src/java/org/apache/orb ORB.xservice
Removed: enterprise/orb/src/java/org/apache/orb
DefaultORBFactory.java DefaultORBFactory.xinfo
DefaultORBFactory.xml ORBFactoryService.java
Log:
Removing non-essential services - bringing core functionality in place with formal
service and type defintion.
Revision Changes Path
1.4 +1 -2
jakarta-avalon-apps/enterprise/orb/src/java/org/apache/orb/ORBContext.java
Index: ORBContext.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-apps/enterprise/orb/src/java/org/apache/orb/ORBContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ORBContext.java 14 May 2002 07:29:14 -0000 1.3
+++ ORBContext.java 22 Sep 2002 18:24:27 -0000 1.4
@@ -7,7 +7,6 @@
package org.apache.orb;
-import org.apache.avalon.framework.component.Component;
import org.apache.avalon.framework.context.Context;
/**
@@ -17,7 +16,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
*/
-public interface ORBContext extends Context, Component
+public interface ORBContext extends Context
{
/**
1.1
jakarta-avalon-apps/enterprise/orb/src/java/org/apache/orb/ORB.xservice
Index: ORB.xservice
===================================================================
<!DOCTYPE type
PUBLIC "-//AVALON/Service DTD Version 1.0//EN"
"http://jakarta.apache.org/avalon/dtds/meta/service_1_0.dtd" >
<!--
This is an example of a service description. Normally this file will be included in
a jar file colocated with the interface class under the name [classname].xservice.
The DOCTYPE identifier shall normally include the URL
http://jakarta.apache.org/avalon/dtds/service_1_0.dtd.
-->
<service>
<version>2.4</version>
<attributes>
<attribute key="avalon:service.name" value="orb"/>
<attribute key="avalon:service.href"
value="http:\\www.somewhere.com\description.html"/>
<attribute key="avalon:service.description">
CORBA ORB supporting IIOP 2.4, value types and Portable Object Adapter (POA).
</attribute>
</attributes>
</service>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>