You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/11/06 18:35:43 UTC

svn commit: r711921 - in /felix/trunk/main: pom.xml src/main/resources/config.properties

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 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</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