Repository: servicemix-bundles
Updated Branches:
  refs/heads/master ae1c4ae98 -> 5829f4361


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5829f436/spring-webmvc-4.2.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-webmvc-4.2.8.RELEASE/pom.xml 
b/spring-webmvc-4.2.8.RELEASE/pom.xml
new file mode 100644
index 0000000..0d7819c
--- /dev/null
+++ b/spring-webmvc-4.2.8.RELEASE/pom.xml
@@ -0,0 +1,220 @@
+<?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-webmvc</artifactId>
+    <version>4.2.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-webmvc</pkgArtifactId>
+        <pkgVersion>4.2.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.validation;resolution:=optional,
+            com.lowagie.text.*;version="[2,3)";resolution:=optional,
+            com.rometools.rome.feed;version="[1.5,2)";resolution:=optional,
+            
com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional,
+            com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional,
+            com.rometools.rome.io;version="[1.5,2)";resolution:=optional,
+            freemarker.*;version="[2.3,3)";resolution:=optional,
+            groovy.lang;version="[2.4,3)";resolution:=optional,
+            groovy.text;version="[2.4,3)";resolution:=optional,
+            groovy.text.markup;version="[2.4,3)";resolution:=optional,
+            javax.activation.*;resolution:=optional,
+            javax.el.*;resolution:=optional,
+            javax.sql.*;resolution:=optional,
+            javax.script;resolution:=optional,
+            javax.servlet,
+            javax.servlet.http,
+            javax.servlet.jsp.*;resolution:=optional,
+            javax.xml.*;resolution:=optional,
+            jxl.*;version="[2.6,3)";resolution:=optional,
+            net.sf.jasperreports.*;version="[5,7)";resolution:=optional,
+            org.aopalliance.aop;resolution:=optional,
+            org.aopalliance.intercept;resolution:=optional,
+            
org.apache.commons.logging.*;version="[1.1.1,2)";resolution:=optional,
+            org.apache.poi.*;version="[3,4)";resolution:=optional,
+            org.apache.tiles.*;version="[2.2,4)";resolution:=optional,
+            org.apache.velocity.*;version="[1.7,2)";resolution:=optional,
+            com.fasterxml.jackson.*;version="[2,3)";resolution:=optional,
+            
org.springframework.aop.framework;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.aop.target;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.beans.*;version="[${pkgVersion},4.3)",
+            
org.springframework.cache;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.cache.concurrent;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.context.*;version="[${pkgVersion},4.3)",
+            org.springframework.core.*;version="[${pkgVersion},4.3)",
+            
org.springframework.cglib.core;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.cglib.proxy;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.cglib.reflect;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.expression.*;version="[${pkgVersion},4.3)",
+            org.springframework.format.*;version="[${pkgVersion},4.3)",
+            org.springframework.http.*;version="[${pkgVersion},4.3)",
+            
org.springframework.oxm.*;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.objenesis;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.scripting.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.stereotype;version="[${pkgVersion},4.3)",
+            org.springframework.ui.*;version="[${pkgVersion},4.3)",
+            org.springframework.util.*;version="[${pkgVersion},4.3)",
+            org.springframework.validation.*;version="[${pkgVersion},4.3)", 
+            org.springframework.web.*;version="[${pkgVersion},4.3)",
+            org.webjars;resolution:=optional,
+            org.xml.sax.*;resolution:=optional,
+            org.w3c.dom.*;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-aop</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-expression</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context-support</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</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-expression</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context-support</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</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>**/*.properties</include>
+                                        <include>**/*.ftl</include>
+                                        <include>**/*.vm</include>
+                                        <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/5829f436/spring-webmvc-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-webmvc-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-webmvc-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..78b42bc
--- /dev/null
+++ b/spring-webmvc-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework Web MVC 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/5829f436/spring-webmvc-portlet-4.2.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-webmvc-portlet-4.2.8.RELEASE/pom.xml 
b/spring-webmvc-portlet-4.2.8.RELEASE/pom.xml
new file mode 100644
index 0000000..1b347a2
--- /dev/null
+++ b/spring-webmvc-portlet-4.2.8.RELEASE/pom.xml
@@ -0,0 +1,164 @@
+<?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-webmvc-portlet</artifactId>
+    <version>4.2.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-webmvc-portlet</pkgArtifactId>
+        <pkgVersion>4.2.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.portlet;resolution:=optional,
+            javax.portlet.filter;resolution:=optional,
+            javax.servlet;resolution:=optional,
+            javax.servlet.http;resolution:=optional,
+            javax.xml;resolution:=optional,
+            javax.xml.namespace;resolution:=optional,
+            org.apache.commons.fileupload;resolution:=optional,
+            org.apache.commons.fileupload.disk;resolution:=optional,
+            org.apache.commons.fileupload.portlet;resolution:=optional,
+            
org.apache.commons.logging;version="[1.1.1,2)";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)";resolution:=optional,
+            
org.springframework.context.event;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.context.i18n;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.context.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.core;version="[${pkgVersion},4.3)",
+            org.springframework.core.annotation;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.style;version="[${pkgVersion},4.3)",
+            
org.springframework.http;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.http.converter;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.jndi;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.stereotype;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.ui;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.springframework.util;version="[${pkgVersion},4.3)",
+            
org.springframework.validation;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.validation.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.bind;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.bind.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.bind.annotation.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.bind.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.context;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.context.request;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.context.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.multipart;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.multipart.commons;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.servlet;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.servlet.mvc.annotation;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.util;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.xml.sax;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-beans</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-webmvc</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/5829f436/spring-webmvc-portlet-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-webmvc-portlet-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-webmvc-portlet-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..1927f99
--- /dev/null
+++ 
b/spring-webmvc-portlet-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework Web MVC Struts 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/5829f436/spring-websocket-4.2.8.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-websocket-4.2.8.RELEASE/pom.xml 
b/spring-websocket-4.2.8.RELEASE/pom.xml
new file mode 100644
index 0000000..826a875
--- /dev/null
+++ b/spring-websocket-4.2.8.RELEASE/pom.xml
@@ -0,0 +1,223 @@
+<?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-websocket</artifactId>
+    <version>4.2.8.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework</pkgGroupId>
+        <pkgArtifactId>spring-websocket</pkgArtifactId>
+        <pkgVersion>4.2.8.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.fasterxml.jackson.core.io;resolution:=optional,
+            com.fasterxml.jackson.databind;resolution:=optional,
+            io.undertow.client;resolution:=optional,
+            io.undertow.connector;resolution:=optional,
+            io.undertow.server;resolution:=optional,
+            io.undertow.servlet.api;resolution:=optional,
+            io.undertow.servlet.websockets;resolution:=optional,
+            io.undertow.util;resolution:=optional,
+            io.undertow.websockets.core;resolution:=optional,
+            io.undertow.websockets.core.protocol;resolution:=optional,
+            
io.undertow.websockets.core.protocol.version07;resolution:=optional,
+            
io.undertow.websockets.core.protocol.version08;resolution:=optional,
+            
io.undertow.websockets.core.protocol.version13;resolution:=optional,
+            io.undertow.websockets.jsr;resolution:=optional,
+            io.undertow.websockets.jsr.annotated;resolution:=optional,
+            io.undertow.websockets.jsr.handshake;resolution:=optional,
+            io.undertow.websockets.spi;resolution:=optional,
+            javax.servlet;resolution:=optional,
+            javax.servlet.http;resolution:=optional,
+            javax.websocket;resolution:=optional,
+            javax.websocket.server;resolution:=optional,
+            
org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional,
+            org.apache.tomcat.websocket.server;resolution:=optional,
+            org.eclipse.jetty.client;resolution:=optional,
+            org.eclipse.jetty.client.api;resolution:=optional,
+            org.eclipse.jetty.client.util;resolution:=optional,
+            org.eclipse.jetty.http;resolution:=optional,
+            org.eclipse.jetty.websocket.api;resolution:=optional,
+            org.eclipse.jetty.websocket.api.annotations;resolution:=optional,
+            org.eclipse.jetty.websocket.api.extensions;resolution:=optional,
+            org.eclipse.jetty.websocket.client;resolution:=optional,
+            org.eclipse.jetty.websocket.common;resolution:=optional,
+            org.eclipse.jetty.websocket.server;resolution:=optional,
+            org.eclipse.jetty.websocket.servlet;resolution:=optional,
+            org.glassfish.tyrus.core;resolution:=optional,
+            org.glassfish.tyrus.servlet;resolution:=optional,
+            org.glassfish.tyrus.server;resolution:=optional,
+            org.glassfish.tyrus.spi;resolution:=optional,
+            org.glassfish.tyrus.websockets;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.context;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.context.event;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.context.annotation;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;version="[${pkgVersion},4.3)",
+            org.springframework.core.task;version="[${pkgVersion},4.3)",
+            
org.springframework.http;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.http.client;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.http.converter;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.http.converter.json;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.http.server;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.converter;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.handler;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.handler.invocation;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp.broker;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp.config;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp.stomp;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.simp.user;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.messaging.tcp;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.scheduling;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.scheduling.concurrent;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.stereotype;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.springframework.web;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.client;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.context;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.context.support;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.cors;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.filter;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.method;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.servlet;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.servlet.handler;version="[${pkgVersion},4.3)";resolution:=optional,
+            
org.springframework.web.util;version="[${pkgVersion},4.3)";resolution:=optional,
+            org.w3c.dom;resolution:=optional,
+            org.xnio;resolution:=optional,
+            org.xnio.channels;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-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</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-context</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</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>**/*.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/5829f436/spring-websocket-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git 
a/spring-websocket-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-websocket-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..a3feb22
--- /dev/null
+++ b/spring-websocket-4.2.8.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Framework WebSocket module.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m

Reply via email to