mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-25 11:43:29 +00:00
SEC-755: Updated bundle names in line with Christian's recommendations.
This commit is contained in:
parent
78d13dc4cb
commit
2d3bc27d06
@ -68,7 +68,7 @@
|
|||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<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>
|
<Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
|
||||||
<Private-Package>!org.springframework.security.*</Private-Package>
|
<Private-Package>!org.springframework.security.*</Private-Package>
|
||||||
<Implementation-Title>${pom.name}</Implementation-Title>
|
<Implementation-Title>${pom.name}</Implementation-Title>
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<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>
|
<Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
|
||||||
<Private-Package>!org.springframework.security.*</Private-Package>
|
<Private-Package>!org.springframework.security.*</Private-Package>
|
||||||
<Implementation-Title>${pom.name}</Implementation-Title>
|
<Implementation-Title>${pom.name}</Implementation-Title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user