You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/03/31 10:43:39 UTC

svn commit: r1087217 - in /servicemix/smx4/bundles/trunk: ./ opensaml-2.4.1/ opensaml-2.4.1/src/ opensaml-2.4.1/src/main/ opensaml-2.4.1/src/main/resources/ opensaml-2.4.1/src/main/resources/OSGI-INF/ openws-1.4.1/ openws-1.4.1/src/ openws-1.4.1/src/ma...

Author: jbonofre
Date: Thu Mar 31 08:43:38 2011
New Revision: 1087217

URL: http://svn.apache.org/viewvc?rev=1087217&view=rev
Log:
[SMX4-790] Add OpenSAML 2.4.1 bundles.

Added:
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/openws-1.4.1/
    servicemix/smx4/bundles/trunk/openws-1.4.1/pom.xml
    servicemix/smx4/bundles/trunk/openws-1.4.1/src/
    servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/
    servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/
    servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/bundle.info
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/pom.xml
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Added: servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml Thu Mar 31 08:43:38 2011
@@ -0,0 +1,121 @@
+<?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>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.opensaml</artifactId>
+    <version>2.4.1_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.opensaml</pkgGroupId>
+        <pkgArtifactId>opensaml</pkgArtifactId>
+        <pkgVersion>2.4.1</pkgVersion>
+        <servicemix.osgi.export.pkg>
+             org.opensaml
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            !org.opensaml*,
+            javax.crypto,
+            javax.net,
+            javax.net.ssl,
+            javax.security.auth.x500,
+            javax.servlet,
+            javax.servlet.http,
+            javax.xml.datatype,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.stream,
+            javax.xml.validation,
+            net.jcip.annotations;resolution:=optional,
+            org.apache.commons.httpclient*;version="[4,5)";resolution:=optional,
+            org.apache.commons.ssl;resolution:=optional,
+            org.apache.velocity*;resolution:=optional,
+            org.apache.xml.security*;resolution:=optional,
+            org.bouncycastle*;resolution:=optional,
+            org.joda.time*;version="[1.5,2.0)",
+            org.slf4j;resolution:=optional,
+            org.w3c.dom*,
+            org.xml.sax,
+            *
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            schema;-split-package:=merge-first,
+            templates;-split-package:=merge-first
+        </servicemix.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </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>*.xml</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/bundle.info?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/opensaml-2.4.1/src/main/resources/OSGI-INF/bundle.info Thu Mar 31 08:43:38 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OpenSAML is a set of open source Java libraries meant to support developers working with the Security Assertion
+    Markup Language (SAML). OpenSAML 1, supports SAML 1.0 and 1.1, but is not compatible with OpenSAML 2.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttps://spaces.internet2.edu/display/OpenSAML/Home\u001B[0m
\ No newline at end of file

Added: servicemix/smx4/bundles/trunk/openws-1.4.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openws-1.4.1/pom.xml?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/openws-1.4.1/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/openws-1.4.1/pom.xml Thu Mar 31 08:43:38 2011
@@ -0,0 +1,117 @@
+<?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>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.openws</artifactId>
+    <version>1.4.1_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.opensaml</pkgGroupId>
+        <pkgArtifactId>openws</pkgArtifactId>
+        <pkgVersion>1.4.1</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.opensaml
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.crypto,
+            javax.net,
+            javax.net.ssl,
+            javax.security.auth.x500,
+            javax.servlet,
+            javax.servlet.http,
+            javax.xml.datatype,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.stream,
+            javax.xml.validation,
+            net.jcip.annotations;resolution:=optional,
+            org.apache.commons.httpclient*;version="[4,5)";resolution:=optional,
+            org.apache.commons.ssl;resolution:=optional,
+            org.apache.xml.security*;resolution:=optional,
+            org.bouncycastle*;resolution:=optional,
+            org.joda.time*;version="[1.5,2.0)",
+            org.slf4j;resolution:=optional,
+            org.w3c.dom*,
+            org.xml.sax
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            schema;-split-package:=merge-first
+        </servicemix.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </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>*.xml</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/bundle.info?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/openws-1.4.1/src/main/resources/OSGI-INF/bundle.info Thu Mar 31 08:43:38 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OpenSAML is a set of open source Java libraries meant to support developers working with the Security Assertion
+    Markup Language (SAML). OpenSAML 1, supports SAML 1.0 and 1.1, but is not compatible with OpenSAML 2.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttps://spaces.internet2.edu/display/OpenSAML/Home\u001B[0m
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1087217&r1=1087216&r2=1087217&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Mar 31 08:43:38 2011
@@ -174,6 +174,8 @@
         <module>openjpa-1.2.1</module>
         <module>openjpa-2.0.0</module>
         <module>opensaml-1.1</module>
+        <module>opensaml-2.4.1</module>
+        <module>openws-1.4.1</module>
         <module>oro-2.0.8</module>
         <module>oscache-2.4</module>
         <module>oscore-2.2.4</module>
@@ -236,6 +238,7 @@
         <module>xmlresolver-1.2</module>
         <module>xmlsec-1.4.3</module>
         <module>xmlsec-1.4.4</module>
+        <module>xmltooling-1.3.1</module>
         <module>xpp3-1.1.4c</module>
         <module>xstream-1.3</module>
     </modules>

Added: servicemix/smx4/bundles/trunk/xmltooling-1.3.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmltooling-1.3.1/pom.xml?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/xmltooling-1.3.1/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/xmltooling-1.3.1/pom.xml Thu Mar 31 08:43:38 2011
@@ -0,0 +1,111 @@
+<?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>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.xmltooling</artifactId>
+    <version>1.3.1_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.opensaml</pkgGroupId>
+        <pkgArtifactId>xmltooling</pkgArtifactId>
+        <pkgVersion>1.3.1</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.opensaml
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.crypto,
+            javax.net.ssl,
+            javax.security.auth.x500,
+            javax.xml.datatype,
+            javax.xml.namespace,
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.stream,
+            javax.xml.validation,
+            net.jcip.annotations;resolution:=optional,
+            org.apache.commons.ssl;resolution:=optional,
+            org.apache.xml.security*;resolution:=optional,
+            org.bouncycastle*;resolution:=optional,
+            org.joda.time*;version="[1.5,2.0)",
+            org.slf4j;resolution:=optional,
+            org.w3c.dom*,
+            org.xml.sax
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            schema;-split-package:=merge-first
+        </servicemix.osgi.private.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </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>*.xml</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/bundle.info?rev=1087217&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/xmltooling-1.3.1/src/main/resources/OSGI-INF/bundle.info Thu Mar 31 08:43:38 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OpenSAML is a set of open source Java libraries meant to support developers working with the Security Assertion
+    Markup Language (SAML). OpenSAML 1, supports SAML 1.0 and 1.1, but is not compatible with OpenSAML 2.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttps://spaces.internet2.edu/display/OpenSAML/Home\u001B[0m
\ No newline at end of file