You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <do...@apache.org> on 2001/09/23 06:40:41 UTC

[phoenix] Default role names

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: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org