[ http://issues.apache.org/jira/browse/BEEHIVE-521?page=history ]
Kyle Marvin resolved BEEHIVE-521:
---------------------------------
Resolution: Fixed
Submitted fix based upon patch by Mike Foster, tweaking the attribute name to
be 'Beehive-Control' to match the style of the JavaBean attribute (which is
actually 'Java-Bean'
> Controls Manifest generation tag
> --------------------------------
>
> Key: BEEHIVE-521
> URL: http://issues.apache.org/jira/browse/BEEHIVE-521
> Project: Beehive
> Type: Wish
> Components: Controls
> Versions: V1
> Reporter: Mike Foster
> Assignee: Kyle Marvin
> Priority: Minor
> Fix For: V1
>
> It would be nice if the controls manifest generation task would add a flag to
> tell if the generated artifact is a control or not. That way tools could
> tell it apart from a regular java bean. Here is the diff I propose:
> $ svn diff
> Index: generator/ControlManifest.vm
> ===================================================================
> --- generator/ControlManifest.vm (revision 159645)
> +++ generator/ControlManifest.vm (working copy)
> @@ -34,6 +34,8 @@
> Name: $bean.manifestName
> JavaBean: true
> +BeehiveControl: true
> +
> #set ($attrs = $intf.manifestAttributes)
> #foreach ($name in $attrs.keySet())
> ${name}: ${attrs.get($name)}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira