Browse Source

SEC-672: Added symbolic name to bundle.

Luke Taylor 17 years ago
parent
commit
424d291a8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/pom.xml

+ 1 - 0
core/pom.xml

@@ -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>