Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 35898 invoked from network); 6 Nov 2008 17:36:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2008 17:36:17 -0000 Received: (qmail 96030 invoked by uid 500); 6 Nov 2008 17:36:23 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 96009 invoked by uid 500); 6 Nov 2008 17:36:23 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 96000 invoked by uid 99); 6 Nov 2008 17:36:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 09:36:23 -0800 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; Thu, 06 Nov 2008 17:35:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6075E238889E; Thu, 6 Nov 2008 09:35:56 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r711921 - in /felix/trunk/main: pom.xml src/main/resources/config.properties Date: Thu, 06 Nov 2008 17:35:43 -0000 To: commits@felix.apache.org From: pauls@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081106173556.6075E238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pauls Date: Thu Nov 6 09:35:10 2008 New Revision: 711921 URL: http://svn.apache.org/viewvc?rev=711921&view=rev Log: Downgrade and fix debug level. Modified: felix/trunk/main/pom.xml felix/trunk/main/src/main/resources/config.properties Modified: felix/trunk/main/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=711921&r1=711920&r2=711921&view=diff ============================================================================== --- felix/trunk/main/pom.xml (original) +++ felix/trunk/main/pom.xml Thu Nov 6 09:35:10 2008 @@ -27,7 +27,7 @@ bundle Apache Felix Main org.apache.felix.main - 1.5.0-SNAPSHOT + 1.3.0-SNAPSHOT ${pom.groupId} Modified: felix/trunk/main/src/main/resources/config.properties URL: http://svn.apache.org/viewvc/felix/trunk/main/src/main/resources/config.properties?rev=711921&r1=711920&r2=711921&view=diff ============================================================================== --- felix/trunk/main/src/main/resources/config.properties (original) +++ felix/trunk/main/src/main/resources/config.properties Thu Nov 6 09:35:10 2008 @@ -52,7 +52,7 @@ file:bundle/org.apache.felix.shell-1.0.2.jar \ file:bundle/org.apache.felix.shell.tui-1.0.2.jar \ file:bundle/org.apache.felix.bundlerepository-1.2.1.jar -felix.log.level=${felix.log.level} +felix.log.level=1 # Sets the initial start level of the framework upon startup. #org.osgi.framework.startlevel=1