Change the text box of the "Geronimo Versions" field from a single-line box to 
a multiple-line box
--------------------------------------------------------------------------------------------------

                 Key: GERONIMO-4958
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4958
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
    Affects Versions: 2.2
            Reporter: Ellen Tang


In Geronimo 2.2, go to "Plugins" > "Create Plugin - Export Plugin".

There is a "Geronimo Versions" text box, which should allow multiple-line input 
but currently is a single-line text box. This box generates the 
<geronimo-version> tag in the "geronimo-plugin.xml" file. If the user writes 
all the version numbers in one line, the <geronimo-version> tag value would be 
like <geronimo-version>2.2-SNAPSHOT 2.1.3 2.1.4</geronimo-version> instead of 
the following format:

<geronimo-version>2.2-SNAPSHOT</geronimo-version>
<geronimo-version>2.1.3</geronimo-version>
<geronimo-version>2.1.4</geronimo-version>

Please fix this. Thanks!

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

Reply via email to