You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2014/02/27 20:07:47 UTC

svn commit: r1572692 - in /servicemix/smx4/bundles/trunk: ./ spring-jms-4.0.2.RELEASE/ spring-jms-4.0.2.RELEASE/src/ spring-jms-4.0.2.RELEASE/src/main/ spring-jms-4.0.2.RELEASE/src/main/resources/ spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/

Author: jbonofre
Date: Thu Feb 27 19:07:46 2014
New Revision: 1572692

URL: http://svn.apache.org/r1572692
Log:
[SMX4-1698] Create OSGi bundle for spring-jms 4.0.2.RELEASE

Added:
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1572692&r1=1572691&r2=1572692&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Feb 27 19:07:46 2014
@@ -66,6 +66,7 @@
         <module>spring-expression-4.0.2.RELEASE</module>
         <module>spring-instrument-4.0.2.RELEASE</module>
         <module>spring-jdbc-4.0.2.RELEASE</module>
+        <module>spring-jms-4.0.2.RELEASE</module>
     </modules>
 
 </project>

Added: servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml?rev=1572692&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml Thu Feb 27 19:07:46 2014
@@ -0,0 +1,148 @@
+<?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>11</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.2.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-jms</pkgArtifactId>
+        <pkgVersion>4.0.2.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};resolution:=optional,
+            org.springframework.aop.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.beans;version=${pkgVersion},
+            org.springframework.beans.factory;version=${pkgVersion},
+            org.springframework.beans.factory.config;version=${pkgVersion},
+            org.springframework.beans.factory.parsing;version=${pkgVersion},
+            org.springframework.beans.factory.support;version=${pkgVersion},
+            org.springframework.beans.factory.xml;version=${pkgVersion},
+            org.springframework.context;version=${pkgVersion};resolution:=optional,
+            org.springframework.core;version=${pkgVersion},
+            org.springframework.core.task;version=${pkgVersion},
+            org.springframework.jca.endpoint;version=${pkgVersion};resolution:=optional,
+            org.springframework.jndi;version=${pkgVersion};resolution:=optional,
+            org.springframework.oxm;version=${pkgVersion};resolution:=optional,
+            org.springframework.remoting;version=${pkgVersion};resolution:=optional,
+            org.springframework.remoting.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.scheduling;version=${pkgVersion};resolution:=optional,
+            org.springframework.transaction;version=${pkgVersion};resolution:=optional,
+            org.springframework.transaction.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.util;version=${pkgVersion},
+            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>
+    </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>

Added: servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info?rev=1572692&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info Thu Feb 27 19:07:46 2014
@@ -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