locationtech / udig-platform

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community
http://udig.refractions.net
189 stars 133 forks source link

remove Export-Package com.google.protobuf … #615

Closed olsmn closed 2 years ago

olsmn commented 2 years ago

… from manifest of org.locationtech.udig.libs

Change-Id: I9597fcbd292f423dac457704729d5f65e2f174bd

Signed-off-by: Oliver Schumann olsmn@quantentunnel.de

fgdrf commented 2 years ago

I guess its because the package is not used in udig bundles itself and might raise conflicts if uDig is integrated into other RCP application which has protobuf provided by another bundle.

Since the version is missing for the exported package the OSGi platform assumes the version is 2.3.0 (taking from bundle version) which is definitly wrong.

Thank you for thi sminor improvement!