SEC-672: Added symbolic name to bundle.

This commit is contained in:
Luke Taylor 2008-03-05 19:44:07 +00:00
parent a7e4dc3636
commit 424d291a8f
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.security.core</Bundle-SymbolicName>
<Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
<Private-Package>!org.springframework.security.*</Private-Package>
<Implementation-Title>${pom.name}</Implementation-Title>