Cleanup old Spring 4.2.9.RELEASE bundles

Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/4c0f9d76
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/4c0f9d76
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/4c0f9d76

Branch: refs/heads/master
Commit: 4c0f9d76149650dad6035cfe105e06b7f11a0513
Parents: ac1ab4a
Author: Jean-Baptiste Onofré <j...@nanthrax.net>
Authored: Mon Oct 29 05:57:08 2018 +0100
Committer: Jean-Baptiste Onofré <j...@nanthrax.net>
Committed: Mon Oct 29 05:57:08 2018 +0100

----------------------------------------------------------------------
 spring-aop-4.2.9.RELEASE/pom.xml                | 176 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-aspects-4.2.9.RELEASE/pom.xml            | 146 -----------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-beans-4.2.9.RELEASE/pom.xml              | 141 ----------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-context-4.2.9.RELEASE/pom.xml            | 242 -----------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-context-support-4.2.9.RELEASE/pom.xml    | 202 ---------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-core-4.2.9.RELEASE/pom.xml               | 149 -----------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-expression-4.2.9.RELEASE/pom.xml         | 123 ---------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-instrument-4.2.9.RELEASE/pom.xml         | 116 ---------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-jdbc-4.2.9.RELEASE/pom.xml               | 171 ------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-jms-4.2.9.RELEASE/pom.xml                | 235 -----------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-messaging-4.2.9.RELEASE/pom.xml          | 179 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-orm-4.2.9.RELEASE/pom.xml                | 258 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-oxm-4.2.9.RELEASE/pom.xml                | 174 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-test-4.2.9.RELEASE/pom.xml               | 222 ----------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-tx-4.2.9.RELEASE/pom.xml                 | 175 -------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-web-4.2.9.RELEASE/pom.xml                | 211 ---------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-webmvc-4.2.9.RELEASE/pom.xml             | 222 ----------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-webmvc-portlet-4.2.9.RELEASE/pom.xml     | 164 ------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 spring-websocket-4.2.9.RELEASE/pom.xml          | 223 ----------------
 .../src/main/resources/OSGI-INF/bundle.info     |  11 -
 38 files changed, 3738 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4c0f9d76/spring-aop-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-aop-4.2.9.RELEASE/pom.xml b/spring-aop-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index d3e81d3..0000000
--- a/spring-aop-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,176 +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-aop</artifactId>
-    <version>4.2.9.RELEASE_2-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-aop</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.jamonapi;version="[2.8,3)";resolution:=optional,
-            com.jamonapi.utils;version="[2.8,3)";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.apache.commons.pool;version="[1.6,2)";resolution:=optional,
-            
org.apache.commons.pool.impl;version="[1.6,2)";resolution:=optional,
-            org.apache.commons.pool2;version="[2.4,3)";resolution:=optional, 
-            
org.apache.commons.pool2.impl;version="[2.4,3)";resolution:=optional,
-            org.aspectj.bridge;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.lang;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.util;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.weaver;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.weaver.ast;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.weaver.internal.tools;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.weaver.patterns;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.weaver.reflect;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.weaver.tools;version="[1.8.6,2)";resolution:=optional,
-            
org.springframework.beans;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory.config;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory.parsing;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory.xml;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cglib.core;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cglib.proxy;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cglib.transform.impl;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.core;version="[${pkgVersion},4.3)",
-            org.springframework.core.annotation;version="[${pkgVersion},4.3)",
-            
org.springframework.core.convert.converter;version="[${pkgVersion},4.3)",
-            org.springframework.core.task;version="[${pkgVersion},4.3)",
-            
org.springframework.core.task.support;version="[${pkgVersion},4.3)",
-            
org.springframework.objenesis;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},4.3)",
-            org.springframework.util.comparator;version="[${pkgVersion},4.3)",
-            org.springframework.util.concurrent;version="[${pkgVersion},4.3)",
-            org.springframework.util.xml;version="[${pkgVersion},4.3)",
-            org.w3c.dom;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>aopalliance</groupId>
-                    <artifactId>aopalliance</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</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>aopalliance</groupId>
-                    <artifactId>aopalliance</artifactId>
-                </exclusion>
-                <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>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4c0f9d76/spring-aop-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-aop-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-aop-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 4481170..0000000
--- a/spring-aop-4.2.9.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 AOP 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/4c0f9d76/spring-aspects-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-aspects-4.2.9.RELEASE/pom.xml 
b/spring-aspects-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index a98b827..0000000
--- a/spring-aspects-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,146 +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-aspects</artifactId>
-    <version>4.2.9.RELEASE_2-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-aspects</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.cache.annotation;resolution:=optional,
-            javax.interceptor;resolution:=optional,
-            javax.transaction;version="[1.2,2)";resolution:=optional,
-            
org.aspectj.internal.lang.annotation;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.lang;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional,
-            org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional,
-            
org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional,
-            org.springframework.aop.interceptor;version="[${pkgVersion},4.3)",
-            org.springframework.beans;version="[${pkgVersion},4.3)",
-            org.springframework.beans.factory;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.annotation;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.wiring;version="[${pkgVersion},4.3)",
-            
org.springframework.cache;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.interceptor;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.jcache.config;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.jcache.interceptor;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.context;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.context.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.core.annotation;version="[${pkgVersion},4.3)",
-            org.springframework.core.task;version="[${pkgVersion},4.3)",
-            
org.springframework.dao;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.orm.jpa;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.scheduling.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.transaction;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.transaction.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.transaction.interceptor;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},4.3)",
-            org.springframework.util.concurrent;version="[${pkgVersion},4.3)"
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.aspectj</groupId>
-                    <artifactId>aspectjweaver</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.aspectj</groupId>
-                    <artifactId>aspectjweaver</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>META-INF/aop.xml</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/4c0f9d76/spring-aspects-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-aspects-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-aspects-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 1e91025..0000000
--- a/spring-aspects-4.2.9.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 Aspects 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/4c0f9d76/spring-beans-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-beans-4.2.9.RELEASE/pom.xml 
b/spring-beans-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index 24636bb..0000000
--- a/spring-beans-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,141 +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-beans</artifactId>
-    <version>4.2.9.RELEASE_2-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-beans</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.el;version="[1,3)";resolution:=optional,
-            javax.inject;version="[1,2)";resolution:=optional,
-            javax.xml.parsers;resolution:=optional,
-            groovy.lang;resolution:=optional,
-            groovy.xml;resolution:=optional,
-            org.codehaus.groovy.reflection;resolution:=optional,
-            org.codehaus.groovy.runtime;resolution:=optional,
-            org.codehaus.groovy.runtime.callsite;resolution:=optional,
-            org.codehaus.groovy.runtime.typehandling;resolution:=optional,
-            org.codehaus.groovy.runtime.wrappers;resolution:=optional,
-            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.springframework.cglib*;version="[${pkgVersion},4.3)",
-            org.springframework.core*;version="[${pkgVersion},4.3)",
-            org.springframework.util*;version="[${pkgVersion},4.3)",
-            org.w3c.dom;resolution:=optional,
-            org.xml.sax;resolution:=optional,
-            org.yaml.snakeyaml;resolution:=optional,
-            org.yaml.snakeyaml.constructor;resolution:=optional,
-            org.yaml.snakeyaml.error;resolution:=optional,
-            org.yaml.snakeyaml.nodes;resolution:=optional,
-            org.yaml.snakeyaml.parser;resolution:=optional,
-            org.yaml.snakeyaml.reader;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>
-                                    <includes>
-                                        <include>**/*.gif</include>
-                                        <include>**/*.xsd</include>
-                                        <include>**/*.dtd</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/4c0f9d76/spring-beans-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-beans-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-beans-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8e776f6..0000000
--- a/spring-beans-4.2.9.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 Beans 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/4c0f9d76/spring-context-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-context-4.2.9.RELEASE/pom.xml 
b/spring-context-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index 7a21549..0000000
--- a/spring-context-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,242 +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>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.spring-context</artifactId>
-    <version>4.2.9.RELEASE_3-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-context</pkgArtifactId>
-        <pkgVersion>4.2.9.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="[2.4,3)";resolution:=optional,
-            javax.annotation;resolution:=optional,
-            javax.ejb;resolution:=optional,
-            javax.enterprise.concurrent;resolution:=optional,
-            javax.inject;resolution:=optional,
-            javax.interceptor;resolution:=optional,
-            javax.jms;resolution:=optional,
-            javax.management;resolution:=optional,
-            javax.management.modelmbean;resolution:=optional,
-            javax.management.openmbean;resolution:=optional,
-            javax.management.remote;resolution:=optional,
-            javax.money;resolution:=optional, 
-            javax.money.format;resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.persistence;resolution:=optional,
-            javax.persistence.spi;resolution:=optional,
-            javax.rmi;resolution:=optional,
-            javax.script;resolution:=optional,
-            javax.validation;resolution:=optional,
-            javax.validation.bootstrap;resolution:=optional,
-            javax.validation.metadata;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.8.6,2)";resolution:=optional,
-            org.codehaus.groovy.control;version="[2.4,3)";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.hibernate.validator.spi.resourceloading;version="[4,5)";resolution:=optional,
-            org.joda.time;version="[2,3)";resolution:=optional,
-            org.joda.time.format;version="[2,3)";resolution:=optional,
-            org.jruby;version="[1.7,2)";resolution:=optional,
-            org.jruby.ast;version="[1.7,2)";resolution:=optional,
-            org.jruby.exceptions;version="[1.7,2)";resolution:=optional,
-            org.jruby.javasupport;version="[1.7,2)";resolution:=optional,
-            org.jruby.runtime;version="[1.7,2)";resolution:=optional,
-            org.jruby.runtime.builtin;version="[1.7,2)";resolution:=optional,
-            org.omg.CORBA;resolution:=optional,
-            
org.springframework.aop;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.config;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.framework;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.framework.adapter;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.interceptor;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.scope;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.support.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.target;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.target.dynamic;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.framework.autoproxy;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.asm;version="[${pkgVersion},4.3)",
-            org.springframework.beans;version="[${pkgVersion},4.3)",
-            org.springframework.beans.annotation;version="[${pkgVersion},4.3)",
-            org.springframework.beans.factory;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.access;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.annotation;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.config;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.parsing;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.support;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.xml;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.groovy;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.propertyeditors;version="[${pkgVersion},4.3)",
-            org.springframework.beans.support;version="[${pkgVersion},4.3)",
-            org.springframework.cglib.core;version="[${pkgVersion},4.3)",
-            org.springframework.cglib.proxy;version="[${pkgVersion},4.3)",
-            org.springframework.cglib.transform;version="[${pkgVersion},4.3)",
-            org.springframework.cglib.reflect;version="[${pkgVersion},4.3)",
-            org.springframework.core;version="[${pkgVersion},4.3)",
-            org.springframework.core.annotation;version="[${pkgVersion},4.3)",
-            org.springframework.core.convert;version="[${pkgVersion},4.3)",
-            
org.springframework.core.convert.converter;version="[${pkgVersion},4.3)",
-            
org.springframework.core.convert.support;version="[${pkgVersion},4.3)",
-            org.springframework.core.env;version="[${pkgVersion},4.3)",
-            org.springframework.core.io;version="[${pkgVersion},4.3)",
-            org.springframework.core.io.support;version="[${pkgVersion},4.3)",
-            org.springframework.core.task;version="[${pkgVersion},4.3)",
-            
org.springframework.core.task.support;version="[${pkgVersion},4.3)",
-            org.springframework.core.type;version="[${pkgVersion},4.3)",
-            
org.springframework.core.type.classreading;version="[${pkgVersion},4.3)",
-            org.springframework.core.type.filter;version="[${pkgVersion},4.3)",
-            
org.springframework.expression;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.expression.spel;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.expression.spel.standard;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.expression.spel.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.instrument;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.objenesis;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.orm.jpa.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},4.3)",
-            org.springframework.util.concurrent;version="[${pkgVersion},4.3)",
-            org.springframework.util.xml;version="[${pkgVersion},4.3)",
-            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>
-
-        <!-- 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-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>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4c0f9d76/spring-context-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-context-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-context-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 4c368f9..0000000
--- a/spring-context-4.2.9.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 Context 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/4c0f9d76/spring-context-support-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-context-support-4.2.9.RELEASE/pom.xml 
b/spring-context-support-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index d512ec1..0000000
--- a/spring-context-support-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,202 +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-context-support</artifactId>
-    <version>4.2.9.RELEASE_2-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-context-support</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.google.common.cache;resolution:=optional,
-            com.google.common.util.concurrent;resolution:=optional,
-            commonj.timers;version="[1.1.0,2)";resolution:=optional,
-            commonj.work;version="[1.1.0,2)";resolution:=optional,
-            freemarker.cache;version="[2.3,3)";resolution:=optional,
-            freemarker.template;version="[2.3,3)";resolution:=optional,
-            javax.activation;resolution:=optional,
-            javax.cache;resolution:=optional,
-            javax.cache.annotation;resolution:=optional,
-            javax.cache.spi;resolution:=optional,
-            javax.mail;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.sql;resolution:=optional,
-            net.sf.ehcache;version="[2,3)";resolution:=optional,
-            net.sf.ehcache.bootstrap;version="[2,3)";resolution:=optional,
-            net.sf.ehcache.config;version="[2,3)";resolution:=optional,
-            
net.sf.ehcache.constructs.blocking;version="[2,3)";resolution:=optional,
-            net.sf.ehcache.event;version="[2,3)";resolution:=optional,
-            net.sf.ehcache.store;version="[2,3)";resolution:=optional,
-            net.sf.jasperreports.engine;version="[6,7)";resolution:=optional,
-            
net.sf.jasperreports.engine.data;version="[6,7)";resolution:=optional,
-            
net.sf.jasperreports.engine.export;version="[6,7)";resolution:=optional,
-            org.aopalliance.aop;resolution:=optional,
-            org.aopalliance.intercept;resolution:=optional,
-            
org.apache.commons.collections;version="[3,4)";resolution:=optional,
-            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.velocity;version="[1.7,2)";resolution:=optional,
-            org.apache.velocity.app;version="[1.7,2)";resolution:=optional,
-            org.apache.velocity.context;version="[1.7,2)";resolution:=optional,
-            
org.apache.velocity.exception;version="[1.7,2)";resolution:=optional,
-            org.apache.velocity.runtime;version="[1.7,2)";resolution:=optional,
-            
org.apache.velocity.runtime.log;version="[1.7,2)";resolution:=optional,
-            
org.apache.velocity.runtime.resource;version="[1.7,2)";resolution:=optional,
-            
org.apache.velocity.runtime.resource.loader;version="[1.7,2)";resolution:=optional,
-            org.quartz;version="[2,3)";resolution:=optional,
-            org.quartz.impl;version="[2,3)";resolution:=optional,
-            org.quartz.impl.jdbcjobstore;version="[2,3)";resolution:=optional,
-            org.quartz.impl.triggers;version="[2,3)";resolution:=optional,
-            org.quartz.simpl;version="[2,3)";resolution:=optional,
-            org.quartz.spi;version="[2,3)";resolution:=optional,
-            org.quartz.utils;version="[2,3)";resolution:=optional,
-            org.quartz.xml;version="[2,3)";resolution:=optional,
-            
org.springframework.aop;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.framework;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.aop.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.factory;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.beans.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.interceptor;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.cache.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.context;version="[${pkgVersion},4.3)",
-            
org.springframework.context.annotation;version="[${pkgVersion},4.3)",
-            
org.springframework.context.expression;version="[${pkgVersion},4.3)",
-            org.springframework.core;version="[${pkgVersion},4.3)",
-            org.springframework.core.annotation;version="[${pkgVersion},4.3)",
-            org.springframework.core.io;version="[${pkgVersion},4.3)",
-            org.springframework.core.io.support;version="[${pkgVersion},4.3)",
-            org.springframework.core.task;version="[${pkgVersion},4.3)",
-            
org.springframework.jdbc.datasource;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.jdbc.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.jndi;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.scheduling;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.scheduling.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.transaction;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.transaction.support;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.springframework.util;version="[${pkgVersion},4.3)",
-            org.springframework.util.concurrent;version="[${pkgVersion},4.3)"
-        </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>
-                                    <includes>
-                                        <include>**/mime.types</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/4c0f9d76/spring-context-support-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-context-support-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-context-support-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index f77670e..0000000
--- 
a/spring-context-support-4.2.9.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 Context Support 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/4c0f9d76/spring-core-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-core-4.2.9.RELEASE/pom.xml 
b/spring-core-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index f2a7ae4..0000000
--- a/spring-core-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,149 +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-core</artifactId>
-    <version>4.2.9.RELEASE_2-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-core</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.net;resolution:=optional,
-            javax.xml;resolution:=optional,
-            javax.xml.bind;resolution:=optional,
-            javax.xml.namespace;resolution:=optional,
-            javax.xml.stream;resolution:=optional,
-            javax.xml.stream.events;resolution:=optional,
-            javax.xml.stream.util;resolution:=optional,
-            javax.xml.transform;resolution:=optional,
-            javax.xml.transform.sax;resolution:=optional,
-            javax.xml.transform.stax;resolution:=optional,
-            joptsimple;version="[4,5)";resolution:=optional,
-            net.sf.cglib.beans;version="[3,4)";resolution:=optional,
-            sun.misc;resolution:=optional,
-            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.commons.codec.binary;resolution:=optional,
-            org.apache.log4j;version="[1.2.15,2)";resolution:=optional,
-            org.apache.log4j.xml;version="[1.2.15,2)";resolution:=optional,
-            org.apache.tools.ant;version="[1.7,2)";resolution:=optional,
-            org.apache.tools.ant.types;version="[1.7,2)";resolution:=optional,
-            org.aspectj.bridge;version="[1.8,2)";resolution:=optional,
-            org.aspectj.weaver;version="[1.8,2)";resolution:=optional,
-            org.aspectj.weaver.bcel;version="[1.8,2)";resolution:=optional,
-            org.aspectj.weaver.patterns;version="[1.8,2)";resolution:=optional,
-            org.eclipse.core.runtime;common="split";resolution:=optional,
-            org.jboss.vfs;version="[3,4)";resolution:=optional,
-            org.jboss.virtual;version="[2.1.0.GA,3)";resolution:=optional,
-            org.objectweb.asm;version="[3.2,4)";resolution:=optional,
-            
org.springframework.asm.tree;version="[${pkgVersion},4.3)";resolution:=optional,
-            
org.springframework.asm.util;version="[${pkgVersion},4.3)";resolution:=optional,
-            org.w3c.dom;resolution:=optional,
-            org.xml.sax;resolution:=optional,
-            org.xml.sax.ext;resolution:=optional,
-            org.xml.sax.helpers;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</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/4c0f9d76/spring-core-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-core-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-core-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8a19b86..0000000
--- a/spring-core-4.2.9.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 Core 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/4c0f9d76/spring-expression-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-expression-4.2.9.RELEASE/pom.xml 
b/spring-expression-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index 36ebac8..0000000
--- a/spring-expression-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,123 +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-expression</artifactId>
-    <version>4.2.9.RELEASE_2-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-expression</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, 
-            org.springframework.asm;version="[${pkgVersion},4.3)",
-            org.springframework.core;version="[${pkgVersion},4.3)",
-            org.springframework.core.convert;version="[${pkgVersion},4.3)",
-            
org.springframework.core.convert.support;version="[${pkgVersion},4.3)",
-            org.springframework.core.style;version="[${pkgVersion},4.3)",
-            org.springframework.util;version="[${pkgVersion},4.3)"
-        </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/4c0f9d76/spring-expression-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-expression-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-expression-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index d0e4058..0000000
--- a/spring-expression-4.2.9.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 Expression 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/4c0f9d76/spring-instrument-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-instrument-4.2.9.RELEASE/pom.xml 
b/spring-instrument-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index 97c3de0..0000000
--- a/spring-instrument-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,116 +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-instrument</artifactId>
-    <version>4.2.9.RELEASE_3-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-instrument</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </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>
-                            <transformers>
-                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                                    <manifestEntries>
-                                         
<Premain-Class>org.springframework.instrument.InstrumentationSavingAgent</Premain-Class>
-                                         
<Agent-Class>org.springframework.instrument.InstrumentationSavingAgent</Agent-Class>
-                                         
<Can-Redefine-Classes>true</Can-Redefine-Classes>
-                                         
<Can-Retransform-Classes>true</Can-Retransform-Classes>
-                                         
<Can-Set-Native-Method-Prefix>false</Can-Set-Native-Method-Prefix>
-                                    </manifestEntries>
-                                </transformer>
-                            </transformers>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4c0f9d76/spring-instrument-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-instrument-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-instrument-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8e80695..0000000
--- a/spring-instrument-4.2.9.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 Instrument 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/4c0f9d76/spring-jdbc-4.2.9.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-jdbc-4.2.9.RELEASE/pom.xml 
b/spring-jdbc-4.2.9.RELEASE/pom.xml
deleted file mode 100644
index 76b9f4d..0000000
--- a/spring-jdbc-4.2.9.RELEASE/pom.xml
+++ /dev/null
@@ -1,171 +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-jdbc</artifactId>
-    <version>4.2.9.RELEASE_2-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-jdbc</pkgArtifactId>
-        <pkgVersion>4.2.9.RELEASE</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.springframework
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.ibm.websphere.rsadapter;resolution:=optional,
-            com.ibm.ws.rsadapter.jdbc;resolution:=optional,
-            com.mchange.v2.c3p0;version="[0.9,2)";resolution:=optional,
-            com.sun.rowset;version="[1.0.1,2)";resolution:=optional,
-            javax.naming;resolution:=optional,
-            javax.sql,
-            javax.sql.rowset,
-            javax.transaction;resolution:=optional,
-            javax.xml.transform;resolution:=optional,
-            javax.xml.transform.dom;resolution:=optional,
-            oracle.jdbc;resolution:=optional,
-            oracle.sql;resolution:=optional,
-            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
-            org.apache.derby.impl.io;version="[10,11)";resolution:=optional,
-            org.apache.derby.jdbc;version="[10,11)";resolution:=optional,
-            org.h2;version="[1,2)";resolution:=optional,
-            org.hsqldb;version="[2,3)";resolution:=optional,
-            org.jboss.resource.adapter.jdbc;resolution:=optional,
-            org.springframework.beans;version="[${pkgVersion},4.3)",
-            org.springframework.beans.factory;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.config;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.support;version="[${pkgVersion},4.3)",
-            
org.springframework.beans.factory.xml;version="[${pkgVersion},4.3)",
-            org.springframework.context;version="[${pkgVersion},4.3)",
-            org.springframework.core;version="[${pkgVersion},4.3)",
-            org.springframework.core.io;version="[${pkgVersion},4.3)",
-            org.springframework.core.io.support;version="[${pkgVersion},4.3)",
-            org.springframework.dao;version="[${pkgVersion},4.3)",
-            org.springframework.dao.support;version="[${pkgVersion},4.3)",
-            org.springframework.jndi;version="[${pkgVersion},4.3)",
-            org.springframework.transaction;version="[${pkgVersion},4.3)",
-            
org.springframework.transaction.support;version="[${pkgVersion},4.3)",
-            org.springframework.util;version="[${pkgVersion},4.3)",
-            org.springframework.util.xml;version="[${pkgVersion},4.3)",
-            org.w3c.dom;resolution:=optional,
-            weblogic.jdbc.extensions;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-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-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>**/*.xml</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/4c0f9d76/spring-jdbc-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-jdbc-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-jdbc-4.2.9.RELEASE/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 90464fc..0000000
--- a/spring-jdbc-4.2.9.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 JDBC module.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

Reply via email to