From commits-return-26135-apmail-servicemix-commits-archive=servicemix.apache.org@servicemix.apache.org Fri Jul 4 03:20:30 2014 Return-Path: X-Original-To: apmail-servicemix-commits-archive@www.apache.org Delivered-To: apmail-servicemix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D565A11DE5 for ; Fri, 4 Jul 2014 03:20:30 +0000 (UTC) Received: (qmail 22023 invoked by uid 500); 4 Jul 2014 03:20:30 -0000 Delivered-To: apmail-servicemix-commits-archive@servicemix.apache.org Received: (qmail 21975 invoked by uid 500); 4 Jul 2014 03:20:30 -0000 Mailing-List: contact commits-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list commits@servicemix.apache.org Received: (qmail 21966 invoked by uid 99); 4 Jul 2014 03:20:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 03:20:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 03:20:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B841423889CB; Fri, 4 Jul 2014 03:20:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1607776 - in /servicemix/smx4/bundles/trunk/xmlsec-1.5.7: ./ pom.xml src/ src/main/ src/main/resources/ src/main/resources/OSGI-INF/ src/main/resources/OSGI-INF/bundle.info Date: Fri, 04 Jul 2014 03:20:05 -0000 To: commits@servicemix.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140704032005.B841423889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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