Browse Source

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

2.0.x
Luke Taylor 18 years ago
parent
commit
2d3bc27d06
  1. 2
      core-tiger/pom.xml
  2. 2
      core/pom.xml

2
core-tiger/pom.xml

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

2
core/pom.xml

@ -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…
Cancel
Save