Improvement of OSGi bundle.

This commit is contained in:
Arjen Poutsma
2008-01-14 10:52:05 +00:00
parent 1021c2bd91
commit ba53175683

View File

@@ -34,17 +34,17 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Export-Package>org.springframework.xml*;version=${pom.version}</Export-Package>
<Export-Package>org.springframework.xml*</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.xml.namespace*,
javax.xml.parsers*,
javax.xml.transform.stax;resolution:=optional,
javax.xml.transform*,
org.xml.sax*,
org.w3c.dom*,
org.springframework.beans*;version="[2.0,2.5)",
org.springframework.core*,
org.springframework.util*,
org.springframework.xml*,
org.springframework*;version="[2.0,2.5]",
*;resolution:=optional
</Import-Package>
<Implementation-Title>${pom.name}</Implementation-Title>