[
https://issues.jboss.org/browse/JBIDE-12024?page=com.atlassian.jira.plugi...
]
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...
You might also want to finish externalizing the Bundle-Name in
https://svn.jboss.org/repos/jbosstools/trunk/openshift/plugins/org.jboss.....
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....
:
{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