[jbosstools-issues] [JBoss JIRA] Created: (JBDS-619) Product branding is in the wrong place, so gets overwritten when SDK feature is updated
Nick Boldt (JIRA)
jira-events at lists.jboss.org
Wed Feb 4 18:55:44 EST 2009
Product branding is in the wrong place, so gets overwritten when SDK feature is updated
---------------------------------------------------------------------------------------
Key: JBDS-619
URL: https://jira.jboss.org/jira/browse/JBDS-619
Project: Developer Studio
Issue Type: Bug
Components: ui/branding
Affects Versions: 2.0.0.cr2
Reporter: Nick Boldt
Fix For: 2.0.0.GA
>From https://bugs.eclipse.org/bugs/show_bug.cgi?id=263417:
------- Comment #1 From John Arthorne 2009-02-03 11:06:43 -0400 [reply] -------
I think this is user error. I think you are upgrading the branded Eclipse SDK
product (org.eclipse.sdk.ide), rather than the feature (org.eclipse.sdk):
<unit id='org.eclipse.sdk.ide' version='3.4.2.M20090127-1710'>
Rather than the unbranded SDK feature:
<unit id='org.eclipse.sdk' version='3.4.2.v200901211700'>
Products are branded, features aren't. If you install the branded SDK product,
I think it is expected that you get the SDK branding elements. You should
probably be upgrading the feature instead.
------- Comment #2 From Pascal Rapicault 2009-02-04 10:42:41 -0400 [reply] -------
As mentioned by John, the issue lies in how you are creating your metadata for
your product. You need to create your own product and includes the sdk feature
(not the sdk product).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list