Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-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 4F063B3BA for ; Thu, 12 Jan 2012 14:47:28 +0000 (UTC) Received: (qmail 45682 invoked by uid 500); 12 Jan 2012 14:47:17 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 45537 invoked by uid 500); 12 Jan 2012 14:47:03 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 45514 invoked by uid 99); 12 Jan 2012 14:46:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 14:46:59 +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; Thu, 12 Jan 2012 14:46:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3495A23889BB for ; Thu, 12 Jan 2012 14:46:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1230568 [2/2] - in /cxf/trunk: api/ api/src/main/java/org/apache/cxf/transport/ api/src/main/java/org/apache/cxf/ws/policy/ api/src/main/java/org/apache/cxf/ws/policy/builder/jaxb/ api/src/main/java/org/apache/cxf/ws/policy/builder/primiti... Date: Thu, 12 Jan 2012 14:46:32 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120112144635.3495A23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Copied: cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml (from r1230255, cxf/trunk/api/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml) URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml?p2=cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml&p1=cxf/trunk/api/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml&r1=1230255&r2=1230568&rev=1230568&view=diff ============================================================================== (empty) Propchange: cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/rt/ws/policy/src/test/java/org/apache/cxf/ws/policy/builder/jaxb/foo.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Copied: cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd (from r1230255, cxf/trunk/api/src/test/resources/schemas/foo.xsd) URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd?p2=cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd&p1=cxf/trunk/api/src/test/resources/schemas/foo.xsd&r1=1230255&r2=1230568&rev=1230568&view=diff ============================================================================== (empty) Propchange: cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/rt/ws/policy/src/test/resources/schemas/foo.xsd ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/rt/ws/rm/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/pom.xml?rev=1230568&r1=1230567&r2=1230568&view=diff ============================================================================== --- cxf/trunk/rt/ws/rm/pom.xml (original) +++ cxf/trunk/rt/ws/rm/pom.xml Thu Jan 12 14:46:29 2012 @@ -73,6 +73,11 @@ org.apache.cxf + cxf-rt-ws-policy + ${project.version} + + + org.apache.cxf cxf-rt-management ${project.version} Modified: cxf/trunk/rt/ws/security/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=1230568&r1=1230567&r2=1230568&view=diff ============================================================================== --- cxf/trunk/rt/ws/security/pom.xml (original) +++ cxf/trunk/rt/ws/security/pom.xml Thu Jan 12 14:46:29 2012 @@ -62,6 +62,12 @@ org.apache.cxf + cxf-rt-ws-policy + ${project.version} + provided + + + org.apache.cxf cxf-rt-ws-mex ${project.version} provided @@ -131,13 +137,6 @@ ${project.version} test - - org.apache.cxf - cxf-rt-ws-policy - ${project.version} - test - -