[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-1564) plugin.xml from o.j.t.runtime.ui is added to com.jboss.jbds.usage.branding

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Feb 8 10:43:46 EST 2011


     [ https://issues.jboss.org/browse/JBDS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBDS-1564.
------------------------------

    Fix Version/s: 4.0.0.CR3
       Resolution: Done


plugin.xml removed. (I'd attach a patch but all I did was remove the file so a patch is somewhat meaningless.)

git blame plugin.xml 
git rm plugin.xml 
git commit -m "JBDS-1564 should never have added this file as part of JBIDE-8311." plugin.xml
git stash; git svn rebase; git svn dcommit; git stash pop

> plugin.xml from o.j.t.runtime.ui is added to com.jboss.jbds.usage.branding
> --------------------------------------------------------------------------
>
>                 Key: JBDS-1564
>                 URL: https://issues.jboss.org/browse/JBDS-1564
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: ui/branding
>    Affects Versions: 4.0.0.CR2
>            Reporter: Snjezana Peco
>            Assignee: Nick Boldt
>             Fix For: 4.0.0.CR3
>
>
> The com.jboss.jbds.usage.branding plugin now contains plugin.xml from the org.jboss.tools.runtime.ui plugin which causes the following issues:
> - the com.jboss.jbds.usage.branding plugin is invalid because it contains extension points (plugin.xml), but isn't a singleton
> - the extension points from o.j.t.runtime.ui are duplicated
> The issue has been introduced by fixing JBIDE-8311.
> Solution:
> Removing plugin.xml from the com.jboss.jbds.usage.branding plugin.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list