You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/08/18 00:33:57 UTC

[jira] Closed: (BEEHIVE-521) Controls Manifest generation tag

     [ http://issues.apache.org/jira/browse/BEEHIVE-521?page=all ]
     
Eddie O'Neil closed BEEHIVE-521:
--------------------------------


In looking at ControlManifest.vm, this seems to be done.  Closing.

> Controls Manifest generation tag
> --------------------------------
>
>          Key: BEEHIVE-521
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-521
>      Project: Beehive
>         Type: Wish
>   Components: Controls
>     Versions: v1m1
>     Reporter: Mike Foster
>     Assignee: Kyle Marvin
>     Priority: Minor
>      Fix For: v1m1

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira