Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 24779 invoked from network); 13 Oct 2008 15:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 15:07:12 -0000 Received: (qmail 27270 invoked by uid 500); 13 Oct 2008 15:07:12 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 27219 invoked by uid 500); 13 Oct 2008 15:07:12 -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 27210 invoked by uid 99); 13 Oct 2008 15:07:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 08:07:12 -0700 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; Mon, 13 Oct 2008 15:06:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 094E3238889E; Mon, 13 Oct 2008 08:06:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r704141 - in /cxf/sandbox/dosgi/felix/main: pom.xml src/main/resources/config.properties Date: Mon, 13 Oct 2008 15:06:42 -0000 To: commits@cxf.apache.org From: sergeyb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081013150643.094E3238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sergeyb Date: Mon Oct 13 08:06:42 2008 New Revision: 704141 URL: http://svn.apache.org/viewvc?rev=704141&view=rev Log: DOSGI: adding felix eventadmin and pax logging services to the list of required bundles Modified: cxf/sandbox/dosgi/felix/main/pom.xml cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties Modified: cxf/sandbox/dosgi/felix/main/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/felix/main/pom.xml?rev=704141&r1=704140&r2=704141&view=diff ============================================================================== --- cxf/sandbox/dosgi/felix/main/pom.xml (original) +++ cxf/sandbox/dosgi/felix/main/pom.xml Mon Oct 13 08:06:42 2008 @@ -110,7 +110,31 @@ - + + ${pom.groupId} + org.apache.felix.eventadmin + 1.0.0 + + + ${pom.groupId} + org.osgi.compendium + + + ${pom.groupId} + org.osgi.core + + + + + org.ops4j.pax.logging + pax-logging-api + 1.1.1 + + + org.ops4j.pax.logging + pax-logging-service + 1.1.1 + @@ -214,6 +238,30 @@ true ${project.build.directory}/bundle + + ${pom.groupId} + org.apache.felix.eventadmin + 1.0.0 + jar + true + ${project.build.directory}/bundle + + + org.ops4j.pax.logging + pax-logging-api + 1.1.1 + jar + true + ${project.build.directory}/bundle + + + org.ops4j.pax.logging + pax-logging-service + 1.1.1 + jar + true + ${project.build.directory}/bundle + @@ -250,4 +298,12 @@ + + + central + Default maven repo + http://repo1.maven.org/maven2/ + + + Modified: cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties?rev=704141&r1=704140&r2=704141&view=diff ============================================================================== --- cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties (original) +++ cxf/sandbox/dosgi/felix/main/src/main/resources/config.properties Mon Oct 13 08:06:42 2008 @@ -34,7 +34,10 @@ file:bundle/org.apache.felix.shell-1.0.1.jar \ file:bundle/org.apache.felix.shell.tui-1.1.0-cxf_dosgi-SNAPSHOT.jar \ file:bundle/org.apache.felix.bundlerepository-1.0.3.jar \ - file:bundle/org.apache.felix.configadmin-1.0.1.jar + file:bundle/org.apache.felix.eventadmin-1.0.0.jar \ + file:bundle/org.apache.felix.configadmin-1.0.1.jar \ + file:bundle/pax-logging-api-1.1.1.jar \ + file:bundle/pax-logging-service-1.1.1.jar felix.log.level=1 felix.startlevel.framework=1