Author: ffang Date: Fri Jul 4 03:20:05 2014 New Revision: 1607776 URL: http://svn.apache.org/r1607776 Log: [SMX-1793]create xmlsec-1.5.7 bundle picking up fix for SANTUARIO-358 Added: servicemix/smx4/bundles/trunk/xmlsec-1.5.7/ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/pom.xml servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/bundle.info Added: servicemix/smx4/bundles/trunk/xmlsec-1.5.7/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.5.7/pom.xml?rev=1607776&view=auto ============================================================================== --- servicemix/smx4/bundles/trunk/xmlsec-1.5.7/pom.xml (added) +++ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/pom.xml Fri Jul 4 03:20:05 2014 @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 12-SNAPSHOT + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.xmlsec + 1.5.7_1-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + org.apache.santuario + xmlsec + 1.5.7 + + org.apache.xml.security*;-split-package:=merge-first;version=${pkgVersion}, + org.jcp.xml*;-split-package:=merge-first;version=${pkgVersion}, + + + !org.apache.xml.security.*, + !javax.xml.crypto.*, + !org.apache.jcp.xml.dsig.internal.*, + org.apache.commons.logging;resolution:=optional;version="[1.1,2)", + org.apache.xml.dtm*;resolution:=optional;version="[2.7,3)", + org.apache.xml.utils*;resolution:=optional;version="[2.7,3)", + org.apache.xpath*;resolution:=optional;version="[2.7,3)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + + Added: servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/bundle.info URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/bundle.info?rev=1607776&view=auto ============================================================================== --- servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/bundle.info (added) +++ servicemix/smx4/bundles/trunk/xmlsec-1.5.7/src/main/resources/OSGI-INF/bundle.info Fri Jul 4 03:20:05 2014 @@ -0,0 +1,22 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Apache Santuario project is aimed at providing implementation of security standards for XML. Currently the + focus is on the W3C standards : + + * XML-Signature Syntax and Processing; and + * XML Encryption Syntax and Processing. + + Santuario provides a Java library, which includes a mature Digital Signature and Encryption implementation. + It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard + JSR 105 API or the Apache Santuario API to create and validate XML Signatures. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://santuario.apache.org/index.html\u001B[0m + \u001B[36mhttp://www.w3.org/Signature/\u001B[0m + \u001B[36mhttp://www.w3.org/Encryption/2001/\u001B[0m + \u001B[36mhttp://www.w3.org/2001/XKMS/\u001B[0m