SEC-755: Updated bundle names in line with Christian's recommendations.

This commit is contained in:
Luke Taylor 2008-04-12 18:38:06 +00:00
parent 78d13dc4cb
commit 2d3bc27d06
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.security.core-tiger</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.security.core.tiger</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>

View File

@ -151,7 +151,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.security.core</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.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>