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:47:30 UTC

svn commit: r1572850 - in /servicemix/smx4/bundles/trunk: ./ spring-context-3.2.8.RELEASE/ spring-context-3.2.8.RELEASE/src/ spring-context-3.2.8.RELEASE/src/main/ spring-context-3.2.8.RELEASE/src/main/resources/ spring-context-3.2.8.RELEASE/src/main/r...

Author: jbonofre
Date: Fri Feb 28 07:47:30 2014
New Revision: 1572850

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

Added:
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/resources/
    servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/spring-context-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=1572850&r1=1572849&r2=1572850&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Feb 28 07:47:30 2014
@@ -79,6 +79,7 @@
         <module>spring-aop-3.2.8.RELEASE</module>
         <module>spring-aspects-3.2.8.RELEASE</module>
         <module>spring-beans-3.2.8.RELEASE</module>
+        <module>spring-context-3.2.8.RELEASE</module>
     </modules>
 
 </project>

Added: servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml?rev=1572850&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml Fri Feb 28 07:47:30 2014
@@ -0,0 +1,197 @@
+<?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-context</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-context</pkgArtifactId>
+        <pkgVersion>3.2.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            bsh;version="[2,3)";resolution:=optional,
+            com.ibm.websphere.management;resolution:=optional,
+            com.sun.net.httpserver;resolution:=optional,
+            edu.emory.mathcs.backport.java.util.concurrent;version="[3,4)";resolution:=optional,
+            groovy.lang;version="[1.8.8,2)";resolution:=optional,
+            javax.annotation;resolution:=optional,
+            javax.ejb;resolution:=optional,
+            javax.inject;version="[1,2)";resolution:=optional,
+            javax.interceptor;version="[3,4)";resolution:=optional,
+            javax.jms;version="[1,2)";resolution:=optional,
+            javax.management;resolution:=optional,
+            javax.management.modelmbean;resolution:=optional,
+            javax.management.openmbean;resolution:=optional,
+            javax.management.remote;resolution:=optional,
+            javax.naming;resolution:=optional,
+            javax.persistence;version="[1,3)";resolution:=optional,
+            javax.persistence.spi;version="[1,3)";resolution:=optional,
+            javax.rmi;resolution:=optional,
+            javax.validation;version="[1,2)";resolution:=optional,
+            javax.validation.bootstrap;version="[1,2)";resolution:=optional,
+            javax.validation.metadata;version="[1,2)";resolution:=optional,
+            javax.xml.namespace;resolution:=optional,
+            javax.xml.ws;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.aspectj.weaver.loadtime;version="[1.7.1,2)";resolution:=optional,
+            org.codehaus.groovy.control;version="[1.6.3,2)";resolution:=optional,
+            org.hibernate.validator;version="[4,5)";resolution:=optional,
+            org.hibernate.validator.messageinterpolation;version="[4,5)";resolution:=optional,
+            org.hibernate.validator.method;version="[4,5)";resolution:=optional,
+            org.hibernate.validator.resourceloading;version="[4,5)";resolution:=optional,
+            org.joda.time;version="[1.6.0,2)";resolution:=optional,
+            org.joda.time.format;version="[1.6.0,2)";resolution:=optional,
+            org.jruby;version="[1.6.5.1,2)";resolution:=optional,
+            org.jruby.ast;version="[1.6.5.1,2)";resolution:=optional,
+            org.jruby.exceptions;version="[1.6.5.1,2)";resolution:=optional,
+            org.jruby.javasupport;version="[1.6.5.1,2)";resolution:=optional,
+            org.jruby.runtime;version="[1.6.5.1,2)";resolution:=optional,
+            org.jruby.runtime.builtin;version="[1.6.5.1,2)";resolution:=optional,
+            org.omg.CORBA;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.framework.adapter;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.interceptor;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.aop.target;version=${pkgVersion};resolution:=optional,
+            org.springframework.aop.target.dynamic;version=${pkgVersion};resolution:=optional,
+            org.springframework.asm;version=${pkgVersion},
+            org.springframework.beans;version=${pkgVersion},
+            org.springframework.beans.annotation;version=${pkgVersion},
+            org.springframework.beans.factory;version=${pkgVersion},
+            org.springframework.beans.factory.access;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.beans.support;version=${pkgVersion},
+            org.springframework.cglib.core;version=${pkgVersion},
+            org.springframework.cglib.proxy;version=${pkgVersion},
+            org.springframework.core;version=${pkgVersion},
+            org.springframework.core.annotation;version=${pkgVersion},
+            org.springframework.core.convert;version=${pkgVersion},
+            org.springframework.core.convert.converter;version=${pkgVersion},
+            org.springframework.core.convert.support;version=${pkgVersion},
+            org.springframework.core.env;version=${pkgVersion},
+            org.springframework.core.io;version=${pkgVersion},
+            org.springframework.core.io.support;version=${pkgVersion},
+            org.springframework.core.task;version=${pkgVersion},
+            org.springframework.core.task.support;version=${pkgVersion},
+            org.springframework.core.type;version=${pkgVersion},
+            org.springframework.core.type.classreading;version=${pkgVersion},
+            org.springframework.core.type.filter;version=${pkgVersion},
+            org.springframework.expression;version=${pkgVersion};resolution:=optional,
+            org.springframework.expression.spel.standard;version=${pkgVersion};resolution:=optional,
+            org.springframework.expression.spel.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.instrument;version=${pkgVersion};resolution:=optional,
+            org.springframework.orm.jpa.support;version=${pkgVersion};resolution:=optional,
+            org.springframework.util;version=${pkgVersion},
+            org.springframework.util.xml;version=${pkgVersion},
+            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-aop</artifactId>
+                </exclusion>
+                <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-expression</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>**/*.xml</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-context-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info?rev=1572850&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info Fri Feb 28 07:47:30 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 Context module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m