http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-jms-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-jms-4.0.7.RELEASE/pom.xml b/spring-jms-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 6c9a4c3..0000000 --- a/spring-jms-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,185 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.spring-jms</artifactId> - <version>4.0.7.RELEASE_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.springframework</pkgGroupId> - <pkgArtifactId>spring-jms</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson.databind;version="[2.0.2,3)";resolution:=optional, - com.fasterxml.jackson.databind.type;version="[2.0.2,3)";resolution:=optional, - javax.jms;version="[1.1.0,2)", - javax.naming;resolution:=optional, - javax.resource;version="[1.5,2)";resolution:=optional, - javax.resource.spi;version="[1.5,2)";resolution:=optional, - javax.resource.spi.endpoint;version="[1.5,2)";resolution:=optional, - javax.xml.transform;resolution:=optional, - javax.xml.transform.stream;resolution:=optional, - org.aopalliance.intercept;version="[1,2)";resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.codehaus.jackson.map;version="[1.4.2,2)";resolution:=optional, - org.codehaus.jackson.map.type;version="[1.4.2,2)";resolution:=optional, - org.codehaus.jackson.type;version="[1.4.2,2)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.1)", - org.springframework.beans.factory;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)", - org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.1)", - org.springframework.core.task;version="[${pkgVersion},4.1)", - org.springframework.jca.endpoint;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.oxm;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.remoting;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.remoting.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)", - org.w3c.dom;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.xsd</include> - <include>META-INF/spring*</include> - </includes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project>
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-jms-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-jms-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 10652ae..0000000 --- a/spring-jms-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework JMS module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-jms-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-jms-4.0.9.RELEASE/pom.xml b/spring-jms-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..b65b815 --- /dev/null +++ b/spring-jms-4.0.9.RELEASE/pom.xml @@ -0,0 +1,184 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.spring-jms</artifactId> + <version>4.0.9.RELEASE_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.springframework</pkgGroupId> + <pkgArtifactId>spring-jms</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.fasterxml.jackson.databind;version="[2.0.2,3)";resolution:=optional, + com.fasterxml.jackson.databind.type;version="[2.0.2,3)";resolution:=optional, + javax.jms;version="[1.1.0,2)", + javax.naming;resolution:=optional, + javax.resource;version="[1.5,2)";resolution:=optional, + javax.resource.spi;version="[1.5,2)";resolution:=optional, + javax.resource.spi.endpoint;version="[1.5,2)";resolution:=optional, + javax.xml.transform;resolution:=optional, + javax.xml.transform.stream;resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.codehaus.jackson.map;version="[1.4.2,2)";resolution:=optional, + org.codehaus.jackson.map.type;version="[1.4.2,2)";resolution:=optional, + org.codehaus.jackson.type;version="[1.4.2,2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},4.1)", + org.springframework.beans.factory;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)", + org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},4.1)", + org.springframework.core.task;version="[${pkgVersion},4.1)", + org.springframework.jca.endpoint;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.remoting;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.remoting.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},4.1)", + org.w3c.dom;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <includes> + <include>**/*.gif</include> + <include>**/*.xsd</include> + <include>META-INF/spring*</include> + </includes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-jms-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-jms-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..10652ae --- /dev/null +++ b/spring-jms-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework JMS module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-messaging-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-messaging-4.0.7.RELEASE/pom.xml b/spring-messaging-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 55f942f..0000000 --- a/spring-messaging-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,164 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.spring-messaging</artifactId> - <version>4.0.7.RELEASE_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.springframework</pkgGroupId> - <pkgArtifactId>spring-messaging</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.fasterxml.jackson.core;version="[2.3.1,4)";resolution:=optional, - com.fasterxml.jackson.databind;version="[2.3.1,4)";resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.1)", - org.springframework.core.annotation;version="[${pkgVersion},4.1)", - org.springframework.core.convert;version="[${pkgVersion},4.1)", - org.springframework.core.convert.support;version="[${pkgVersion},4.1)", - org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)", - org.springframework.util.concurrent;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},4.1)";resolution:=optional, - reactor.core;version="[1,2)";resolution:=optional, - reactor.core.configuration;version="[1,2)";resolution:=optional, - reactor.core.composable;version="[1,2)";resolution:=optional, - reactor.core.composable.spec;version="[1,2)";resolution:=optional, - reactor.core.spec.support;version="[1,2)";resolution:=optional, - reactor.function;version="[1,2)";resolution:=optional, - reactor.function.support;version="[1,2)";resolution:=optional, - reactor.io;version="[1,2)";resolution:=optional, - reactor.tcp;version="[1,2)";resolution:=optional, - reactor.tcp.encoding;version="[1,2)";resolution:=optional, - reactor.tcp.netty;version="[1,2)";resolution:=optional, - reactor.tcp.spec;version="[1,2)";resolution:=optional, - reactor.tuple;version="[1,2)";resolution:=optional, - reactor.*;version="[1,2)";resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-messaging-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-messaging-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 61382aa..0000000 --- a/spring-messaging-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework Messaging module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-messaging-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-messaging-4.0.9.RELEASE/pom.xml b/spring-messaging-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..a60b9b9 --- /dev/null +++ b/spring-messaging-4.0.9.RELEASE/pom.xml @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.spring-messaging</artifactId> + <version>4.0.9.RELEASE_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.springframework</pkgGroupId> + <pkgArtifactId>spring-messaging</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.fasterxml.jackson.core;version="[2.3.1,4)";resolution:=optional, + com.fasterxml.jackson.databind;version="[2.3.1,4)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},4.1)", + org.springframework.core.annotation;version="[${pkgVersion},4.1)", + org.springframework.core.convert;version="[${pkgVersion},4.1)", + org.springframework.core.convert.support;version="[${pkgVersion},4.1)", + org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},4.1)", + org.springframework.util.concurrent;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},4.1)";resolution:=optional, + reactor.core;version="[1,2)";resolution:=optional, + reactor.core.configuration;version="[1,2)";resolution:=optional, + reactor.core.composable;version="[1,2)";resolution:=optional, + reactor.core.composable.spec;version="[1,2)";resolution:=optional, + reactor.core.spec.support;version="[1,2)";resolution:=optional, + reactor.function;version="[1,2)";resolution:=optional, + reactor.function.support;version="[1,2)";resolution:=optional, + reactor.io;version="[1,2)";resolution:=optional, + reactor.tcp;version="[1,2)";resolution:=optional, + reactor.tcp.encoding;version="[1,2)";resolution:=optional, + reactor.tcp.netty;version="[1,2)";resolution:=optional, + reactor.tcp.spec;version="[1,2)";resolution:=optional, + reactor.tuple;version="[1,2)";resolution:=optional, + reactor.*;version="[1,2)";resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-messaging-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-messaging-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..61382aa --- /dev/null +++ b/spring-messaging-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Messaging module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-orm-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-orm-4.0.7.RELEASE/pom.xml b/spring-orm-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 5d7bd26..0000000 --- a/spring-orm-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,246 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.spring-orm</artifactId> - <version>4.0.7.RELEASE_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.springframework</pkgGroupId> - <pkgArtifactId>spring-orm</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.ibatis.common.xml;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.client;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.client.event;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.engine.builder.xml;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.engine.impl;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.engine.transaction;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.engine.transaction.external;version="[2.3.4,3)";resolution:=optional, - com.ibatis.sqlmap.engine.type;version="[2.3.4,3)";resolution:=optional, - javax.jdo;version="[2,3)";resolution:=optional, - javax.jdo.datastore;version="[2,3)";resolution:=optional, - javax.persistence;version="[1,3)";resolution:=optional, - javax.persistence.criteria;version="[1,3)";resolution:=optional, - javax.persistence.metamodel;version="[1,3)";resolution:=optional, - javax.persistence.spi;version="[1,3)";resolution:=optional, - javax.servlet;version="[2.5,4)";resolution:=optional, - javax.servlet.http;version="[2.5,4)";resolution:=optional, - javax.sql;resolution:=optional, - javax.transaction;version="[1.0.1,2)";resolution:=optional, - javax.xml.parsers;resolution:=optional, - oracle.toplink.essentials.ejb.cmp3;version="[2,3)";resolution:=optional, - oracle.toplink.essentials.expressions;version="[2,3)";resolution:=optional, - oracle.toplink.essentials.internal.databaseaccess;version="[2,3)";resolution:=optional, - oracle.toplink.essentials.internal.sessions;version="[2,3)";resolution:=optional, - oracle.toplink.essentials.sessions;version="[2,3)";resolution:=optional, - org.aopalliance.intercept;version="[1,2)", - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.apache.openjpa.persistence;version="[1,3)";resolution:=optional, - org.eclipse.persistence.config;version="[1,3)";resolution:=optional, - org.eclipse.persistence.internal.databaseaccess;version="[1,3)";resolution:=optional, - org.eclipse.persistence.internal.sessions;version="[1,3)";resolution:=optional, - org.eclipse.persistence.jpa;version="[1,3)";resolution:=optional, - org.eclipse.persistence.sessions;version="[1,3)";resolution:=optional, - org.hibernate;version="[3.3.1,5)";resolution:=optional, - org.hibernate.annotations;version="[3.3.1,5)";resolution:=optional, - org.hibernate.cache;version="[3.3.1,5)";resolution:=optional, - org.hibernate.cache.access;version="[3.3.1,5)";resolution:=optional, - org.hibernate.cache.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.cfg;version="[3.3.1,5)";resolution:=optional, - org.hibernate.classic;version="[3.3.1,5)";resolution:=optional, - org.hibernate.connection;version="[3.3.1,5)";resolution:=optional, - org.hibernate.context;version="[3.3.1,5)";resolution:=optional, - org.hibernate.context.internal;version="[3.3.1,5)";resolution:=optional, - org.hibernate.context.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.criterion;version="[3.3.1,5)";resolution:=optional, - org.hibernate.dialect;version="[3.3.1,5)";resolution:=optional, - org.hibernate.dialect.lock;version="[3.3.1,5)";resolution:=optional, - org.hibernate.ejb;version="[3.3.1,5)";resolution:=optional, - org.hibernate.engine;version="[3.3.1,5)";resolution:=optional, - org.hibernate.engine.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.engine.transaction.internal.jta;version="[3.3.1,5)";resolution:=optional, - org.hibernate.engine.transaction.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.event;version="[3.3.1,5)";resolution:=optional, - org.hibernate.event.def;version="[3.3.1,5)";resolution:=optional, - org.hibernate.exception;version="[3.3.1,5)";resolution:=optional, - org.hibernate.impl;version="[3.3.1,5)";resolution:=optional, - org.hibernate.jdbc;version="[3.3.1,5)";resolution:=optional, - org.hibernate.persister.entity;version="[3.3.1,5)";resolution:=optional, - org.hibernate.service;version="[3.3.1,5)";resolution:=optional, - org.hibernate.service.jdbc.connections.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.service.jta.platform.internal;version="[3.3.1,5)";resolution:=optional, - org.hibernate.service.jta.platform.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.service.spi;version="[3.3.1,5)";resolution:=optional, - org.hibernate.tool.hbm2ddl;version="[3.3.1,5)";resolution:=optional, - org.hibernate.transaction;version="[3.3.1,5)";resolution:=optional, - org.hibernate.transform;version="[3.3.1,5)";resolution:=optional, - org.hibernate.type;version="[3.3.1,5)";resolution:=optional, - org.hibernate.usertype;version="[3.3.1,5)";resolution:=optional, - org.hibernate.util;version="[3.3.1,5)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},4.1)", - org.springframework.aop.support;version="[${pkgVersion},4.1)", - org.springframework.beans;version="[${pkgVersion},4.1)", - org.springframework.beans.factory;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", - org.springframework.context;version="[${pkgVersion},4.1)", - org.springframework.context.weaving;version="[${pkgVersion},4.1)", - org.springframework.core;version="[${pkgVersion},4.1)", - org.springframework.core.io;version="[${pkgVersion},4.1)", - org.springframework.core.io.support;version="[${pkgVersion},4.1)", - org.springframework.core.type;version="[${pkgVersion},4.1)", - org.springframework.core.type.classreading;version="[${pkgVersion},4.1)", - org.springframework.core.type.filter;version="[${pkgVersion},4.1)", - org.springframework.dao;version="[${pkgVersion},4.1)", - org.springframework.dao.support;version="[${pkgVersion},4.1)", - org.springframework.instrument;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jdbc;version="[${pkgVersion},4.1)", - org.springframework.jdbc.datasource;version="[${pkgVersion},4.1)", - org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},4.1)", - org.springframework.jdbc.support;version="[${pkgVersion},4.1)", - org.springframework.jdbc.support.lob;version="[${pkgVersion},4.1)", - org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.1)", - org.springframework.transaction.jta;version="[${pkgVersion},4.1)", - org.springframework.transaction.support;version="[${pkgVersion},4.1)", - org.springframework.ui;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.filter;version="[${pkgVersion},4.1)";resolution:=optional, - org.w3c.dom;resolution:=optional, - org.xml.sax;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-jdbc</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-orm-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-orm-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index dad88ba..0000000 --- a/spring-orm-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework ORM module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-orm-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-orm-4.0.9.RELEASE/pom.xml b/spring-orm-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..37cf844 --- /dev/null +++ b/spring-orm-4.0.9.RELEASE/pom.xml @@ -0,0 +1,245 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.spring-orm</artifactId> + <version>4.0.9.RELEASE_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + + <properties> + <pkgGroupId>org.springframework</pkgGroupId> + <pkgArtifactId>spring-orm</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.ibatis.common.xml;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.client;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.client.event;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.engine.builder.xml;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.engine.impl;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.engine.transaction;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.engine.transaction.external;version="[2.3.4,3)";resolution:=optional, + com.ibatis.sqlmap.engine.type;version="[2.3.4,3)";resolution:=optional, + javax.jdo;version="[2,3)";resolution:=optional, + javax.jdo.datastore;version="[2,3)";resolution:=optional, + javax.persistence;version="[1,3)";resolution:=optional, + javax.persistence.criteria;version="[1,3)";resolution:=optional, + javax.persistence.metamodel;version="[1,3)";resolution:=optional, + javax.persistence.spi;version="[1,3)";resolution:=optional, + javax.servlet;version="[2.5,4)";resolution:=optional, + javax.servlet.http;version="[2.5,4)";resolution:=optional, + javax.sql;resolution:=optional, + javax.transaction;version="[1.0.1,2)";resolution:=optional, + javax.xml.parsers;resolution:=optional, + oracle.toplink.essentials.ejb.cmp3;version="[2,3)";resolution:=optional, + oracle.toplink.essentials.expressions;version="[2,3)";resolution:=optional, + oracle.toplink.essentials.internal.databaseaccess;version="[2,3)";resolution:=optional, + oracle.toplink.essentials.internal.sessions;version="[2,3)";resolution:=optional, + oracle.toplink.essentials.sessions;version="[2,3)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)", + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.openjpa.persistence;version="[1,3)";resolution:=optional, + org.eclipse.persistence.config;version="[1,3)";resolution:=optional, + org.eclipse.persistence.internal.databaseaccess;version="[1,3)";resolution:=optional, + org.eclipse.persistence.internal.sessions;version="[1,3)";resolution:=optional, + org.eclipse.persistence.jpa;version="[1,3)";resolution:=optional, + org.eclipse.persistence.sessions;version="[1,3)";resolution:=optional, + org.hibernate;version="[3.3.1,5)";resolution:=optional, + org.hibernate.annotations;version="[3.3.1,5)";resolution:=optional, + org.hibernate.cache;version="[3.3.1,5)";resolution:=optional, + org.hibernate.cache.access;version="[3.3.1,5)";resolution:=optional, + org.hibernate.cache.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.cfg;version="[3.3.1,5)";resolution:=optional, + org.hibernate.classic;version="[3.3.1,5)";resolution:=optional, + org.hibernate.connection;version="[3.3.1,5)";resolution:=optional, + org.hibernate.context;version="[3.3.1,5)";resolution:=optional, + org.hibernate.context.internal;version="[3.3.1,5)";resolution:=optional, + org.hibernate.context.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.criterion;version="[3.3.1,5)";resolution:=optional, + org.hibernate.dialect;version="[3.3.1,5)";resolution:=optional, + org.hibernate.dialect.lock;version="[3.3.1,5)";resolution:=optional, + org.hibernate.ejb;version="[3.3.1,5)";resolution:=optional, + org.hibernate.engine;version="[3.3.1,5)";resolution:=optional, + org.hibernate.engine.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.engine.transaction.internal.jta;version="[3.3.1,5)";resolution:=optional, + org.hibernate.engine.transaction.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.event;version="[3.3.1,5)";resolution:=optional, + org.hibernate.event.def;version="[3.3.1,5)";resolution:=optional, + org.hibernate.exception;version="[3.3.1,5)";resolution:=optional, + org.hibernate.impl;version="[3.3.1,5)";resolution:=optional, + org.hibernate.jdbc;version="[3.3.1,5)";resolution:=optional, + org.hibernate.persister.entity;version="[3.3.1,5)";resolution:=optional, + org.hibernate.service;version="[3.3.1,5)";resolution:=optional, + org.hibernate.service.jdbc.connections.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.service.jta.platform.internal;version="[3.3.1,5)";resolution:=optional, + org.hibernate.service.jta.platform.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.service.spi;version="[3.3.1,5)";resolution:=optional, + org.hibernate.tool.hbm2ddl;version="[3.3.1,5)";resolution:=optional, + org.hibernate.transaction;version="[3.3.1,5)";resolution:=optional, + org.hibernate.transform;version="[3.3.1,5)";resolution:=optional, + org.hibernate.type;version="[3.3.1,5)";resolution:=optional, + org.hibernate.usertype;version="[3.3.1,5)";resolution:=optional, + org.hibernate.util;version="[3.3.1,5)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},4.1)", + org.springframework.aop.support;version="[${pkgVersion},4.1)", + org.springframework.beans;version="[${pkgVersion},4.1)", + org.springframework.beans.factory;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", + org.springframework.context;version="[${pkgVersion},4.1)", + org.springframework.context.weaving;version="[${pkgVersion},4.1)", + org.springframework.core;version="[${pkgVersion},4.1)", + org.springframework.core.io;version="[${pkgVersion},4.1)", + org.springframework.core.io.support;version="[${pkgVersion},4.1)", + org.springframework.core.type;version="[${pkgVersion},4.1)", + org.springframework.core.type.classreading;version="[${pkgVersion},4.1)", + org.springframework.core.type.filter;version="[${pkgVersion},4.1)", + org.springframework.dao;version="[${pkgVersion},4.1)", + org.springframework.dao.support;version="[${pkgVersion},4.1)", + org.springframework.instrument;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jdbc;version="[${pkgVersion},4.1)", + org.springframework.jdbc.datasource;version="[${pkgVersion},4.1)", + org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},4.1)", + org.springframework.jdbc.support;version="[${pkgVersion},4.1)", + org.springframework.jdbc.support.lob;version="[${pkgVersion},4.1)", + org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},4.1)", + org.springframework.transaction.jta;version="[${pkgVersion},4.1)", + org.springframework.transaction.support;version="[${pkgVersion},4.1)", + org.springframework.ui;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},4.1)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-orm-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-orm-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..dad88ba --- /dev/null +++ b/spring-orm-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework ORM module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-test-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-test-4.0.7.RELEASE/pom.xml b/spring-test-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 2be915e..0000000 --- a/spring-test-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,210 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>12</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.spring-test</artifactId> - <version>4.0.7.RELEASE_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>org.springframework</pkgGroupId> - <pkgArtifactId>spring-test</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.jayway.jsonpath;version="[0.8.1,1)";resolution:=optional, - javax.activation;resolution:=optional, - javax.el;version="[1,3)";resolution:=optional, - javax.naming;resolution:=optional, - javax.naming.spi;resolution:=optional, - javax.persistence;version="[1,3)";resolution:=optional, - javax.portlet;version="[2,3)";resolution:=optional, - javax.servlet;version="[2.5,4)";resolution:=optional, - javax.servlet.descriptor;version="[2.5,4)";resolution:=optional, - javax.servlet.http;version="[2.5,4)";resolution:=optional, - javax.servlet.jsp;version="[2.1,3)";resolution:=optional, - javax.servlet.jsp.el;version="[2.1,3)";resolution:=optional, - javax.servlet.jsp.tagext;version="[2.1,3)";resolution:=optional, - javax.sql;resolution:=optional, - javax.xml;resolution:=optional, - javax.xml.namespace;resolution:=optional, - javax.xml.parsers;resolution:=optional, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.xpath;resolution:=optional, - junit.framework;version="[4.11,5)";resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.apache.taglibs.standard.lang.support;version="[1.1.0,2)";resolution:=optional, - org.aspectj.weaver.loadtime;version="[1.7.1,2)";resolution:=optional, - org.custommonkey.xmlunit;version="[1.2,2)";resolution:=optional, - org.hamcrest;version="[1.3.0,2)";resolution:=optional, - org.junit;version="[4.11,5)";resolution:=optional, - org.junit.internal;version="[4.11,5)";resolution:=optional, - org.junit.internal.runners.model;version="[4.11,5)";resolution:=optional, - org.junit.internal.runners.statements;version="[4.11,5)";resolution:=optional, - org.junit.runner;version="[4.11,5)";resolution:=optional, - org.junit.runner.notification;version="[4.11,5)";resolution:=optional, - org.junit.runners;version="[4.11,5)";resolution:=optional, - org.junit.runners.model;version="[4.11,5)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core.env;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core.io;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core.io.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core.style;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.dao;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.http;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.http.client;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jdbc.core;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jdbc.core.simple;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jdbc.datasource.init;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.orm.jpa;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction.interceptor;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.ui;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.accept;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.bind.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.client;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.client.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.method;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.method.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.multipart;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.portlet.multipart;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.config.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.handler;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.i18n;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.theme;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.view;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},4.1)";resolution:=optional, - org.testng;resolution:=optional, - org.testng.annotations;resolution:=optional, - org.w3c.dom;resolution:=optional, - org.xml.sax;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <excludes> - <exclude>**/*</exclude> - </excludes> - </filter> - </filters> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createDependencyReducedPom>true</createDependencyReducedPom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-test-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-test-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 9e7342b..0000000 --- a/spring-test-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework Test module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m
