Another question : we have imports in LDAP API which may be problematic at some point :
org.apache.commons.lang;version="2.6"
shouldn't we declare that instead ? :
org.apache.commons.lang;version="[2.6,3)"
If so, how do we make Felix generate the MANIFEST from what we decalre
in the pom.xml ?
(I'm refering to schema-converter which has such a commons.long
declaration, and there are some <![CDATA[ ... ]]> declaration in the
polm, not sure it's related)
