Browse Source

SEC-672: Added symbolic name to bundle.

2.0.x
Luke Taylor 18 years ago
parent
commit
424d291a8f
  1. 1
      core/pom.xml

1
core/pom.xml

@ -148,6 +148,7 @@ @@ -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>

Loading…
Cancel
Save