You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/09/07 08:52:35 UTC

cvs commit: jakarta-avalon-apps/enterprise/pss/src/java/org/apache/pss ORB.xinfo config.xml

mcconnell    2002/09/06 23:52:35

  Modified:    enterprise/pss build.xml
               enterprise/pss/src/java/org/apache/pss ORB.xinfo config.xml
  Log:
  Upgrade of the implementation to support the excalibur/meta type descriptors and Merlin packaged deployment descriptors.
  
  Revision  Changes    Path
  1.9       +2 -0      jakarta-avalon-apps/enterprise/pss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/pss/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	11 Jun 2002 04:25:34 -0000	1.8
  +++ build.xml	7 Sep 2002 06:52:35 -0000	1.9
  @@ -207,6 +207,8 @@
         <copy todir="${build}/pss/lib">
           <fileset dir="${src}/java">
             <include name="org/apache/pss/config.xml"/>
  +          <include name="**/*.xprofile"/>
  +          <include name="**/*.xconfig"/>
             <include name="**/*.xinfo"/>
           </fileset>
         </copy>
  
  
  
  1.5       +17 -33    jakarta-avalon-apps/enterprise/pss/src/java/org/apache/pss/ORB.xinfo
  
  Index: ORB.xinfo
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/pss/src/java/org/apache/pss/ORB.xinfo,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ORB.xinfo	15 May 2002 06:56:03 -0000	1.4
  +++ ORB.xinfo	7 Sep 2002 06:52:35 -0000	1.5
  @@ -9,41 +9,25 @@
    @version 1.0 12/03/2001
   -->
   
  -<blockinfo>
  +<type>
   
  -  <block>
  -    <name>orb</name>
  -    <version>1.0</version>
  -  </block>
  -
  -  <!--
  -  services that are offered by this block 
  -  -->
  +  <component>
  +    <name>pss</name>
  +  </component>
   
     <services>
  -      <service name="org.apache.pss.ORB" version="2.4"/>
  -      <service name="org.apache.pss.ConnectorContext"/>
  -      <service name="org.apache.orb.POAContext"/>
  -      <service name="org.apache.orb.ORBContext"/>
  +    <service> 
  +      <reference type="org.apache.pss.ORB" version="2.4"/>
  +    </service> 
  +    <service> 
  +      <reference type="org.apache.pss.ConnectorContext"/>
  +    </service> 
  +    <service> 
  +      <reference type="org.apache.orb.POAContext"/>
  +    </service> 
  +    <service> 
  +      <reference type="org.apache.orb.ORBContext"/>
  +    </service> 
     </services>
   
  -  <implementation policy="SINGLETON"/>
  -
  -  <configuration>
  -
  -    <initializer class="org.apache.pss.Initializer" name="pss"/>
  -
  -    <!--
  -    The PSS connector configuration.
  -    -->
  -
  -    <pss>
  -      <connector value="file" />
  -    </pss>
  -
  -  </configuration>
  -
  -  <implementation policy="SINGLETON"/>
  -
  -</blockinfo>
  -
  +</type>
  
  
  
  1.2       +1 -1      jakarta-avalon-apps/enterprise/pss/src/java/org/apache/pss/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/pss/src/java/org/apache/pss/config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.xml	28 Feb 2002 19:10:50 -0000	1.1
  +++ config.xml	7 Sep 2002 06:52:35 -0000	1.2
  @@ -8,7 +8,7 @@
   <pss title="Persistent State Service (PSS)" >
   
      <!--
  -   Declaration of the falback logging setup if logging has not 
  +   Declaration of the fallback logging setup if logging has not 
      been enabled by a manager.
      -->
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>