Community
Participate
Working Groups
Steps to reproduce (1) Create a new plugin project (2) Create folder 'OSGI-INF' (3) use New Service Component Wizard to create Service Component in OSGI-INF named 'component1' and with random class. Press Finish. (4) Verify that manifest file now has a Service-Component header with a path to this component file. (5) use New Service Component Wizard to create another Service Component in OSGI-INF named 'component2' and with random class. Press Finish. (6) Verify that the complete Service-Component header has been recreated. It only contains a path to the last created component file. The wizard should append the new path to an existing header rather than recreating the header. The value of Service-Component is: Service-Component ::= path ( ',' path )*
244088 mentions that this problem is known - but can't find the proposed new bug. Changed Product/Component to settings from bug 244088. Sorry for this inconvenience. Should have done it upfront.
Rafael, can you look into this?
Sure! :)
Created attachment 113911 [details] Fixed Manifest updating.
I cleaned up the patch a bit and made it platform neutral. Thanks Rafael!
done. > 20090930
*** Bug 263450 has been marked as a duplicate of this bug. ***