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 602ABDF46 for ; Wed, 28 Nov 2012 20:35:24 +0000 (UTC) Received: (qmail 94742 invoked by uid 500); 28 Nov 2012 20:35:24 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 94695 invoked by uid 500); 28 Nov 2012 20:35:24 -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 94687 invoked by uid 99); 28 Nov 2012 20:35:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 20:35:24 +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; Wed, 28 Nov 2012 20:35:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F27462388993; Wed, 28 Nov 2012 20:35:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1414902 - in /cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources: ./ META-INF/ META-INF/m2e/ META-INF/m2e/lifecycle-mapping-metadata.xml Date: Wed, 28 Nov 2012 20:35:00 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121128203500.F27462388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Nov 28 20:35:00 2012 New Revision: 1414902 URL: http://svn.apache.org/viewvc?rev=1414902&view=rev Log: Merged revisions 1414790 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1414790 | dkulp | 2012-11-28 11:26:42 -0500 (Wed, 28 Nov 2012) | 2 lines Add very basic lifecycle stuff to corba plugin ........ Added: cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/ cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/ cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/ cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml Added: cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml?rev=1414902&view=auto ============================================================================== --- cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml (added) +++ cxf/branches/2.6.x-fixes/maven-plugins/corba/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml Wed Nov 28 20:35:00 2012 @@ -0,0 +1,31 @@ + + + + + + wsdl2idl + + + + + true + true + + + + + + + idl2wsdl + + + + + true + true + + + + + +