> From: Stephen McConnell [mailto:[EMAIL PROTECTED]] 
>
>    (b) dynamic approach
> 
>          Whould require enhancement of the entry descriptor
>          to declare that a context value is sourced from the
>          container and not from the criteria.
>    
>          E.g.
> 
>          <context>
>            <import>
>              <entry key="my-root-dir-key"
>                 resource="avalon.home.dir"
>                  optional="false"/>
>            </import>
>            <!-- other assembly based directives go here -->
>          </context>
> 

 +1

But I think:

          <context>
            <import key="my-root-dir-key"
                 resource="avalon.home.dir"
                  optional="false"/>
            <!-- other assembly based directives go here -->
          </context>

Is nicer.

But that's irrelevant.

/LS


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

Reply via email to