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 BB741D43D for ; Mon, 26 Nov 2012 16:15:20 +0000 (UTC) Received: (qmail 31282 invoked by uid 500); 26 Nov 2012 16:15:20 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 31204 invoked by uid 500); 26 Nov 2012 16:15:20 -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 31192 invoked by uid 99); 26 Nov 2012 16:15:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 16:15:20 +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; Mon, 26 Nov 2012 16:15:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1C79A23888E7; Mon, 26 Nov 2012 16:14:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1413701 - /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml Date: Mon, 26 Nov 2012 16:14:56 -0000 To: commits@cxf.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121126161457.1C79A23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmazza Date: Mon Nov 26 16:14:56 2012 New Revision: 1413701 URL: http://svn.apache.org/viewvc?rev=1413701&view=rev Log: Remove antrun plugin from ws_rm sample Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml?rev=1413701&r1=1413700&r2=1413701&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml (original) +++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml Mon Nov 26 16:14:56 2012 @@ -33,6 +33,15 @@ ${project.version} + + + src/main/java + + **/*.java + **/package.html + + + maven-compiler-plugin @@ -53,6 +62,8 @@ ${basedir}/wsdl/hello_world_rm.wsdl + jaxws21 + 1 @@ -62,24 +73,6 @@ - - maven-antrun-plugin - - - copyxmlfiles - generate-sources - - run - - - - - - - - - -