Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 57571 invoked from network); 16 Oct 2009 19:58:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 19:58:40 -0000 Received: (qmail 95293 invoked by uid 500); 16 Oct 2009 19:58:40 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 95224 invoked by uid 500); 16 Oct 2009 19:58:40 -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 95215 invoked by uid 99); 16 Oct 2009 19:58:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 19:58:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 16 Oct 2009 19:58:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2F03C23888E7; Fri, 16 Oct 2009 19:58:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r826056 - in /cxf/branches/2.2.x-fixes: ./ distribution/pom.xml Date: Fri, 16 Oct 2009 19:58:17 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091016195817.2F03C23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Oct 16 19:58:16 2009 New Revision: 826056 URL: http://svn.apache.org/viewvc?rev=826056&view=rev Log: Merged revisions 826051 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826051 | dkulp | 2009-10-16 15:53:21 -0400 (Fri, 16 Oct 2009) | 1 line [CXF-1824] Stick the ejb jar into the special samples-lib dir ........ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/distribution/pom.xml Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/pom.xml?rev=826056&r1=826055&r2=826056&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/pom.xml (original) +++ cxf/branches/2.2.x-fixes/distribution/pom.xml Fri Oct 16 19:58:16 2009 @@ -367,6 +367,12 @@ 3.1 ${project.build.directory}/sample-libs + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0.1 + ${project.build.directory}/sample-libs +