You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2008/04/17 06:27:21 UTC

[jira] Created: (GERONIMODEVTOOLS-330) org.apache.geronimo.v21.feature\feature.xml incorrectly includes org.apache.geronimo.v11.feature

org.apache.geronimo.v21.feature\feature.xml incorrectly includes org.apache.geronimo.v11.feature
------------------------------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-330
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-330
             Project: Geronimo-Devtools
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: 2.1.0
            Reporter: Shiva Kumar H R
            Assignee: Tim McConnell
             Fix For: 2.1.0


\features\org.apache.geronimo.v21.feature\feature.xml has:
    <includes
        id="org.apache.geronimo.v11.feature"
        version="2.1.0"
        name="Geronimo v1.1.x Server Adapter"/>

That shouldn't be the case right? I guess it shld rather be:
     <includes
        id="org.apache.geronimo.feature"
        version="2.1.0"
        name="Geronimo Core Feature"/>

Same is the case with \features\org.apache.geronimo.v20.feature\feature.xml .

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


[jira] Resolved: (GERONIMODEVTOOLS-330) org.apache.geronimo.v21.feature\feature.xml incorrectly includes org.apache.geronimo.v11.feature

Posted by "Tim McConnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell resolved GERONIMODEVTOOLS-330.
--------------------------------------------

    Resolution: Fixed

Resolved with Revision 650310

> org.apache.geronimo.v21.feature\feature.xml incorrectly includes org.apache.geronimo.v11.feature
> ------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-330
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-330
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Shiva Kumar H R
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> \features\org.apache.geronimo.v21.feature\feature.xml has:
>     <includes
>         id="org.apache.geronimo.v11.feature"
>         version="2.1.0"
>         name="Geronimo v1.1.x Server Adapter"/>
> That shouldn't be the case right? I guess it shld rather be:
>      <includes
>         id="org.apache.geronimo.feature"
>         version="2.1.0"
>         name="Geronimo Core Feature"/>
> Same is the case with \features\org.apache.geronimo.v20.feature\feature.xml .

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