[jbosstools-issues] [JBoss JIRA] (JBIDE-12024) org.jboss.tools.openshift.express.feature is missing description

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Jun 1 23:17:17 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698200#comment-12698200 ] 

Nick Boldt commented on JBIDE-12024:
------------------------------------

To work around the bug above, replace this:

{code}
<feature id="org.jboss.tools.openshift.express.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.openshift.express.ui">
{code}

with this:

{code}
<feature id="org.jboss.tools.openshift.express.feature" label="%featureName" version="2.3.0.qualifier" provider-name="%providerName">
{code}

in https://svn.jboss.org/repos/jbosstools/trunk/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml

You might also want to finish externalizing the Bundle-Name in https://svn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF... it's listed as 

{code}Bundle-Name: OpenShift UI{code}

Yet you have a variable for that in https://svn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.properties :

{code}Bundle-Name.0 = OpenShift UI{code}

Do you need a branding plugin for this feature? Does it provide an icon into the Help > About dialog to differentiate it from the rest of the JBoss Tools features, using the blue wrench icon?
                
> org.jboss.tools.openshift.express.feature is missing description
> ----------------------------------------------------------------
>
>                 Key: JBIDE-12024
>                 URL: https://issues.jboss.org/browse/JBIDE-12024
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 3.3.0.CR1
>            Reporter: Jaroslav Jankovič
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.CR1, 3.3.0.Final
>
>         Attachments: feature.jpg
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list