Hiya,

I think I forgot to mention but I made it so that the name of a role will 
default to the name of the service if role is left unspecified. So entrys in 
.xinfo files such as

<dependency>
  <role>org.apache.avalon.cornerstone.services.store.Store</role>
  <service name="org.apache.avalon.cornerstone.services.store.Store"
           version="1.0"/>
</dependency>

can be simplified to

<dependency>
  <service name="org.apache.avalon.cornerstone.services.store.Store"
           version="1.0"/>
</dependency>


-- 
Cheers,

Pete

--------------------------------------------------
"An intellectual is someone who has been educated 
beyond their intelligence."
--------------------------------------------------

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

Reply via email to