You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/04/14 10:47:14 UTC

[jira] Closed: (FELIX-1038) Rename scr.property attribute "refValues" to "valueRefs"

     [ https://issues.apache.org/jira/browse/FELIX-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-1038.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: maven-scr-plugin-1.0.11

Changed the attribute name to valueRefs and updated the docs.

> Rename scr.property attribute "refValues" to "valueRefs"
> --------------------------------------------------------
>
>                 Key: FELIX-1038
>                 URL: https://issues.apache.org/jira/browse/FELIX-1038
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven SCR Plugin
>    Affects Versions: maven-scr-plugin-1.0.10
>            Reporter: Felix Meschberger
>            Assignee: Carsten Ziegeler
>             Fix For: maven-scr-plugin-1.0.11
>
>
> The @scr.property tag for the Maven SCR Plugin can name initial values for the property in four ways:
>   a single value, using the "value" attribute
>   mutliple values, using attributes prefixes with "values."
>   a single reference to a value, using the "valueRef" attribute
>   multiple references to values, using attributes prefixed with "refValues."
> Naturally, I would expect the multi-reference value prefix to be "valueRefs." instead of "refValues.", which would be more in line with the direct value specification of "value" vs. "values.".
> We might still want to keep support for the "refValues." prefix for backwards compatibility. But documentation should be updated to refer to "valueRef" and "valueRefs."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.