Community
Participate
Working Groups
The console bundles need to specify the Bundle-Vendor header. They also need to externalize the strings for the Bundle-Description and Bundle-Vendor headers. The bundle vendor for all equinox bundles should be "Eclipse.org - Equinox"
Lazar, let me know if you have questions on this. Take a look at other equinox bundles for an example (e.g. http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.coordinator) Don't forget that the build.properties will have to include the file where you store your manifest translation properties (most of ours use plugin.properties).
(In reply to comment #1) > Lazar, let me know if you have questions on this. Take a look at other equinox > bundles for an example (e.g. > http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/tree/bundles/org.eclipse.equinox.coordinator) > > Don't forget that the build.properties will have to include the file where you > store your manifest translation properties (most of ours use > plugin.properties). Thanks Tom, I will do this as soon as possible. I checked the example and this should not be a problem. I hope to submit the change on Monday.
Fixed with commit http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=bb0e83943c1449b3c5c0207feabaef35545ccff6
Marking fixed.