ldapsdk
ldapsdk copied to clipboard
Invalid OSGI Bundle-RequiredExecutionEnvironment
com.unboundid.ldap.sdk 4.0.0 has
Bundle-RequiredExecutionEnvironment: J2SE-1.7
starting with Java 6 these are named JavaSE- not J2SE- so this should be
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Breaks build with some tools, most notably tycho.
Thanks for pointing this out. I just committed a fix for the problem in revision 2bd50f47acce1212115851a15961581dcd2c4844.