Community
Participate
Working Groups
When importing signed JARd plug-ins WITH source, we should remove all the signing-related garbage from the manifest.mf upon importing. This can simply be done by reading the signed manifest and then regurgitating the keys/values and saving them Note that the problem does not occur when importing plug-ins as binary because we already write the manifest.mf file upon importing in that mode to modify the Bundle-Classpath header. So we should do the same here wrt reading/writing the manifest, except that we don't have to modify the Bundle-Classpath header in this case.
Hardest part of fixing bug was finding a signed jar, until Wassim showed me the way :) Modified org.eclipse.pde.internal.ui.wizards.imports.PluginImportOperation. Will be available in 3.3M4