Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 81579 invoked from network); 22 Sep 2009 01:36:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 01:36:03 -0000 Received: (qmail 98086 invoked by uid 500); 22 Sep 2009 01:36:03 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 97988 invoked by uid 500); 22 Sep 2009 01:36: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 97979 invoked by uid 99); 22 Sep 2009 01:36:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 01:36:02 +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; Tue, 22 Sep 2009 01:36:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D2B4A23888D6; Tue, 22 Sep 2009 01:35:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817470 - in /cxf/trunk/distribution: manifest/pom.xml pom.xml src/main/assembly/bin.xml src/main/release/samples/common_build.xml Date: Tue, 22 Sep 2009 01:35:40 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090922013540.D2B4A23888D6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Sep 22 01:35:39 2009 New Revision: 817470 URL: http://svn.apache.org/viewvc?rev=817470&view=rev Log: Move jars that are only there for samples into separate lib dir to distinguish them from "runtime" things. Modified: cxf/trunk/distribution/manifest/pom.xml cxf/trunk/distribution/pom.xml cxf/trunk/distribution/src/main/assembly/bin.xml cxf/trunk/distribution/src/main/release/samples/common_build.xml Modified: cxf/trunk/distribution/manifest/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=817470&r1=817469&r2=817470&view=diff ============================================================================== --- cxf/trunk/distribution/manifest/pom.xml (original) +++ cxf/trunk/distribution/manifest/pom.xml Tue Sep 22 01:35:39 2009 @@ -261,10 +261,6 @@ commons-logging commons-logging - - commons-httpclient - commons-httpclient - ant Modified: cxf/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=817470&r1=817469&r2=817470&view=diff ============================================================================== --- cxf/trunk/distribution/pom.xml (original) +++ cxf/trunk/distribution/pom.xml Tue Sep 22 01:35:39 2009 @@ -265,10 +265,6 @@ ${pom.version} - commons-httpclient - commons-httpclient - - commons-logging commons-logging @@ -276,11 +272,6 @@ com.sun.xml.fastinfoset FastInfoset - - junit - junit - compile - ant @@ -329,27 +320,42 @@ copy - ${project.build.directory}/additional-libs ${pom.groupId} cxf-integration-jbi ${pom.version} + ${project.build.directory}/additional-libs ${pom.groupId} cxf-integration-jca ${pom.version} + ${project.build.directory}/additional-libs ${pom.groupId} cxf-rt-bindings-jbi ${pom.version} + ${project.build.directory}/additional-libs ${pom.groupId} cxf-rt-transports-jbi ${pom.version} + ${project.build.directory}/additional-libs + + + junit + junit + 4.4 + ${project.build.directory}/sample-libs + + + commons-httpclient + commons-httpclient + 3.1 + ${project.build.directory}/sample-libs Modified: cxf/trunk/distribution/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/assembly/bin.xml?rev=817470&r1=817469&r2=817470&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/assembly/bin.xml (original) +++ cxf/trunk/distribution/src/main/assembly/bin.xml Tue Sep 22 01:35:39 2009 @@ -97,6 +97,13 @@ + target/sample-libs + apache-cxf-${cxf.version}/lib-samples + + **/* + + + manifest/target apache-cxf-${cxf.version}/lib Modified: cxf/trunk/distribution/src/main/release/samples/common_build.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/common_build.xml?rev=817470&r1=817469&r2=817470&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/common_build.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/common_build.xml Tue Sep 22 01:35:39 2009 @@ -96,6 +96,9 @@ + + +