Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Signing service configuration

Hi Guys,

I finally got signing working in my Tycho build. Thanks a lot for all the help!

Now we face a new problem in an android environment. [1]
Android complains about duplicate classpath entries except of META-INF/MANIFEST.MF
In our case this are now :
'META-INF/ECLIPSE_.RSA'
'META-INF/ECLIPSE_.SF'

We already solved the same problem with about.html [2]  but can’t solve the new issue on our side.
So my question is, would it possible to tell the signing webservice (using cbi maven signing plugin config) what file name it should use for
.RSA and .SF files? I was thinking about similar approach as with about.html

ECLIPSE_<bundle.id>_.RSA
ECLIPSE_<bundle.id>_.SF

Viele Grüße,
Dennis Hübner

[1] https://github.com/tobykurien/Xtendroid/issues/114
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=401273

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top