SWS-484: Missing version qualifiers on Export-Package entries

This commit is contained in:
Arjen Poutsma
2009-05-20 12:54:15 +00:00
parent a231bb82bd
commit d4f2487109
7 changed files with 48 additions and 49 deletions

View File

@@ -45,28 +45,28 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.core-tiger</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Export-Package>org.springframework.ws*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.xml.namespace*,
javax.xml.transform*,
org.w3c.dom*,
org.springframework.xml*,
org.springframework.oxm*,
org.springframework.ws*,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework.oxm*;version="${pom.version}",
org.springframework.ws*;version="${pom.version}",
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Fragment-Host>org.springframework.bundle.ws.core;version="[${pom.version}, ${pom.version}]"</Fragment-Host>
<Fragment-Host>org.springframework.bundle.ws.core</Fragment-Host>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -42,12 +42,12 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.core</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Export-Package>org.springframework.ws*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.activation*,
@@ -58,15 +58,15 @@
javax.xml.transform*,
org.xml.sax*,
org.w3c.dom*,
org.springframework.xml*,
org.springframework.oxm*,
org.springframework.ws*,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework.oxm*;version="${pom.version}",
org.springframework.ws*;version="${pom.version}",
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -80,29 +80,27 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.oxm-tiger</Bundle-SymbolicName>
<Export-Package>
org.springframework.oxm*
</Export-Package>
<Export-Package>org.springframework.oxm*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.xml.namespace*,
javax.xml.stream*,
javax.xml.transform*,
org.springframework.xml*,
org.springframework.oxm*,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework.oxm*;version="${pom.version}",
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Fragment-Host>org.springframework.bundle.ws.oxm;version="[${pom.version}, ${pom.version}]"</Fragment-Host>
<Fragment-Host>org.springframework.bundle.ws.oxm</Fragment-Host>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -76,12 +76,12 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.oxm</Bundle-SymbolicName>
<Export-Package>org.springframework.oxm*</Export-Package>
<Export-Package>org.springframework.oxm*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.xml.parsers*,
@@ -89,16 +89,16 @@
javax.xml.transform*,
org.xml.sax*,
org.w3c.dom*,
org.springframework.xml*,
org.springframework.oxm*,
org.springframework.jms*;version="2.0";resolution:=optional,
org.springframework.web*;version="2.0";resolution:=optional,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework.oxm*;version="${pom.version}",
org.springframework.jms*;version="[2.0,3.0)";resolution:=optional,
org.springframework.web*;version="[2.0,3.0)";resolution:=optional,
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -50,12 +50,12 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.security</Bundle-SymbolicName>
<Export-Package>org.springframework.ws.soap.security*</Export-Package>
<Export-Package>org.springframework.ws.soap.security*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.crypto*,
@@ -63,13 +63,13 @@
javax.xml.namespace*,
javax.xml.soap*,
com.sun.xml.wss*,
org.springframework.ws*,
org.springframework.ws*;version="${pom.version}",
org.springframework*;version="2.0",
*;resolution:=optional
</Import-Package>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>spring-ws-parent</artifactId>
<groupId>org.springframework.ws</groupId>
@@ -50,27 +51,27 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<excludeDependencies>true</excludeDependencies>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.support</Bundle-SymbolicName>
<Export-Package>org.springframework.ws*</Export-Package>
<Export-Package>org.springframework.ws*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.activation*,
javax.jms*,
javax.mail*,
org.springframework.xml*,
org.springframework.ws*,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework.ws*;version="${pom.version}",
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Fragment-Host>org.springframework.bundle.ws.core;version="[${pom.version}, ${pom.version}]"</Fragment-Host>
<Fragment-Host>org.springframework.bundle.ws.core</Fragment-Host>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>

View File

@@ -29,12 +29,12 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.2.0</version>
<version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>org.springframework.bundle.ws.xml</Bundle-SymbolicName>
<Export-Package>org.springframework.xml*</Export-Package>
<Export-Package>org.springframework.xml*;version="${pom.version}"</Export-Package>
<Import-Package>
org.apache.commons.logging*,
javax.xml.namespace*,
@@ -43,13 +43,13 @@
javax.xml.transform*,
org.xml.sax*,
org.w3c.dom*,
org.springframework.xml*,
org.springframework*;version="2.0",
org.springframework.xml*;version="${pom.version}",
org.springframework*;version="[2.0,3.0)",
*;resolution:=optional
</Import-Package>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Spring-WS-Version>${pom.version}</Spring-WS-Version>
<Bundle-Vendor>SpringSource</Bundle-Vendor>
</instructions>
</configuration>
</plugin>