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/28 08:48:43 UTC

svn commit: r1572861 - in /servicemix/smx4/bundles/trunk: ./ spring-tx-3.2.8.RELEASE/ spring-tx-3.2.8.RELEASE/src/ spring-tx-3.2.8.RELEASE/src/main/ spring-tx-3.2.8.RELEASE/src/main/resources/ spring-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/

Author: jbonofre
Date: Fri Feb 28 07:48:43 2014
New Revision: 1572861

URL: http://svn.apache.org/r1572861
Log:
[SMX4-1703] Create OSGi bundle for spring-tx 3.2.8.RELEASE

Added:
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/resources/
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/spring-tx-3.2.8.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=1572861&r1=1572860&r2=1572861&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Feb 28 07:48:43 2014
@@ -90,6 +90,7 @@
         <module>spring-oxm-3.2.8.RELEASE</module>
         <module>spring-struts-3.2.8.RELEASE</module>
         <module>spring-test-3.2.8.RELEASE</module>
+        <module>spring-tx-3.2.8.RELEASE</module>
     </modules>
 
 </project>

Added: servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml?rev=1572861&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/pom.xml Fri Feb 28 07:48:43 2014
@@ -0,0 +1,143 @@
+<?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-tx</artifactId>
+    <version>3.2.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-tx</pkgArtifactId>
+        <pkgVersion>3.2.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.ibm.wsspi.uow;resolution:=optional,
+            javax.ejb;version="[3,4)";resolution:=optional,
+            javax.management;resolution:=optional,
+            javax.naming;resolution:=optional,
+            javax.resource;version="[1.5,2)";resolution:=optional,
+            javax.resource.cci;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.resource.spi.work;version="[1.5,2)";resolution:=optional,
+            javax.transaction;version="[1.0.1,2)";resolution:=optional,
+            javax.transaction.xa;version="[1.0.1,2)";resolution:=optional,
+            org.aopalliance.aop;version="[1,2)";resolution:=optional,
+            org.aopalliance.intercept;version="[1,2)";resolution:=optional,
+            org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.springframework.aop;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.config;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.framework;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.scope;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.support.annotation;version=${pkgVersion};resolution:=optional,
+            org.springframework.beans;version=${pkgVersion},
+            org.springframework.beans.factory;version=${pkgVersion},
+            org.springframework.beans.factory.annotation;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.beans.propertyeditors;version=${pkgVersion},
+            org.springframework.context;version=${pkgVersion};resolution:=optional,
+            org.springframework.context.annotation;version=${pkgVersion};resolution:=optional,
+            org.springframework.context.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.core;version=${pkgVersion},
+            org.springframework.core.annotation;version=${pkgVersion},
+            org.springframework.core.env;version=${pkgVersion},
+            org.springframework.core.task;version=${pkgVersion},
+            org.springframework.core.type;version=${pkgVersion},
+            org.springframework.jndi;version=${pkgVersion},
+            org.springframework.scheduling;version=${pkgVersion};resolution:=optional,
+            org.springframework.stereotype;version=${pkgVersion};resolution:=optional,
+            org.springframework.util;version=${pkgVersion},
+            org.springframework.util.xml;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-beans</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>
+                                    <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-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info?rev=1572861&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/spring-tx-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info Fri Feb 28 07:48:43 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 Transaction (TX) module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m