Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 30311 invoked from network); 25 Nov 2009 11:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 11:09:23 -0000 Received: (qmail 21713 invoked by uid 500); 25 Nov 2009 11:09:23 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 21651 invoked by uid 500); 25 Nov 2009 11:09:22 -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 21642 invoked by uid 99); 25 Nov 2009 11:09:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 11:09:22 +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; Wed, 25 Nov 2009 11:09:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BB3F23889FD; Wed, 25 Nov 2009 11:08:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r884039 - in /cxf/dosgi/trunk/distribution/multi-bundle: pom.xml src/main/release/README src/main/resources/distro_discovery_bundles.xml Date: Wed, 25 Nov 2009 11:08:58 -0000 To: commits@cxf.apache.org From: eglynn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091125110858.8BB3F23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eglynn Date: Wed Nov 25 11:08:58 2009 New Revision: 884039 URL: http://svn.apache.org/viewvc?rev=884039&view=rev Log: Munging discovery-multi-bundle and multi-bundle distros Added: cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=884039&r1=884038&r2=884039&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original) +++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Wed Nov 25 11:08:58 2009 @@ -196,6 +196,34 @@ cxf-dosgi-ri-dsw-cxf ${project.version} + + + + org.apache.felix + org.apache.felix.configadmin + 1.0.10 + + + org.apache.felix + org.apache.felix.fileinstall + 1.0.0 + + + + org.apache.log4j + com.springsource.org.apache.log4j + ${log4j.version} + + + org.apache.cxf.dosgi + cxf-dosgi-ri-discovery-distributed-zookeeper-wrapper + ${project.version} + + + org.apache.cxf.dosgi + cxf-dosgi-ri-discovery-distributed + ${project.version} + @@ -297,6 +325,22 @@ + + + + + + + + + + + + + + + + Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README?rev=884039&r1=884038&r2=884039&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README (original) +++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README Wed Nov 25 11:08:58 2009 @@ -19,7 +19,11 @@ append the contents of the felix.config.properties.append or equinox.config.ini.append snippets found in the conf directory to your felix.config.properties or equinox.config.ini. This will cause -all the required bundles to be loaded on start-up. +all the required bundles to be loaded on start-up. The bundles required +for the Zookeeper-based Discovery Service implementation are also provided +in this distribution, and similarly may be automatically loaded by +appending the felix.discovery.config.properties.append or +equinox.discovery.config.ini.append snippets as appropriate. 2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar Added: cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml?rev=884039&view=auto ============================================================================== --- cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml (added) +++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/resources/distro_discovery_bundles.xml Wed Nov 25 11:08:58 2009 @@ -0,0 +1,8 @@ + + + cxf-dosgi-ri-multibundle-distribution-${project.version}.dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/org.apache.felix.configadmin-1.0.10.jar + cxf-dosgi-ri-multibundle-distribution-${project.version}.dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/org.apache.felix.fileinstall-1.0.0.jar + cxf-dosgi-ri-multibundle-distribution-${project.version}.dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/com.springsource.org.apache.log4j-${log4j.version}.jar + cxf-dosgi-ri-multibundle-distribution-${project.version}.dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/cxf-dosgi-ri-discovery-distributed-zookeeper-wrapper-${project.version}.jar + cxf-dosgi-ri-multibundle-distribution-${project.version}.dir/apache-cxf-dosgi-ri-${project.version}/dosgi_bundles/cxf-dosgi-ri-discovery-distributed-${project.version}.jar +