Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-521

Controls Manifest generation tag

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • v1m1
    • v1m1
    • Controls
    • None

    Description

      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)}

      Attachments

        Activity

          People

            kylem Kyle Marvin
            mikey_foster Mike Foster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: