On Tuesday 30 December 2003 15:51, Niclas Hedhman wrote:
> On Tuesday 30 December 2003 15:29, Niclas Hedhman wrote:
> > It depends if you declare the "conservative" or "liberal" (think it is
> > called "weak") lifecycle handling.
>
> Supposed to be "collection" handling.
>
> And before you ask "where do I...", I have tried to locate the
> documentation, but it seems that the document that describes this (to some
> extent), is not linked into the whole structure... The "raw" XML file is
> in;
>
> avalon/meta/site/xdocs/meta/info/type/info.xml

I should have given example;

@avalon.component 
        version="1.0" 
        name="sample" 
        lifestyle="singleton" 
        collection="weak"

will generate

<type>
  <info>
    <version>1.0.0</version>
    <name>sample</name>
    <lifestyle>singleton</lifestyle>
    <collection>weak</collection>
  </info>
</type>

Niclas

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

Reply via email to