This commit is contained in:
Arjen Poutsma
2008-01-14 13:12:48 +00:00
parent 11801017ab
commit 6a36a69382
7 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.core-tiger</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Import-Package>
org.apache.commons.logging*,

View File

@@ -77,7 +77,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.core</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Import-Package>
org.apache.commons.logging*,

View File

@@ -85,7 +85,7 @@
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.oxm-tiger</Bundle-SymbolicName>
<Export-Package>
org.springframework.oxm*
</Export-Package>

View File

@@ -81,7 +81,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.oxm</Bundle-SymbolicName>
<Export-Package>org.springframework.oxm*</Export-Package>
<Import-Package>
org.apache.commons.logging*,

View File

@@ -85,7 +85,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.security</Bundle-SymbolicName>
<Export-Package>org.springframework.ws.soap.security*</Export-Package>
<Import-Package>
org.apache.commons.logging*,

View File

@@ -88,7 +88,7 @@
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.support</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Import-Package>
org.apache.commons.logging*,

View File

@@ -33,7 +33,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-SymbolicName>org.springframework.bundle.ws.xml</Bundle-SymbolicName>
<Export-Package>org.springframework.xml*</Export-Package>
<Import-Package>
org.apache.commons.logging*,