You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sf...@apache.org on 2008/12/16 15:01:06 UTC

svn commit: r727051 - in /felix/trunk/mosgi/doc: config.properties.core config.properties.jmxconsole

Author: sfrenot
Date: Tue Dec 16 06:01:06 2008
New Revision: 727051

URL: http://svn.apache.org/viewvc?rev=727051&view=rev
Log:
FELIX-610
----------
Minor bug fix, to be compatible with latest felix version.

- revision adaptation :
   startlevel 1.0.0 -> 1.1.0
   org.osgi.framework 1.3.0 -> 1.4.0
- bundle starting process
   bundlerepository 1.2.0 -> 1.3.0
- profile name missing
  felix.cache.profile == org.osgi.framework.storage


Modified:
    felix/trunk/mosgi/doc/config.properties.core
    felix/trunk/mosgi/doc/config.properties.jmxconsole

Modified: felix/trunk/mosgi/doc/config.properties.core
URL: http://svn.apache.org/viewvc/felix/trunk/mosgi/doc/config.properties.core?rev=727051&r1=727050&r2=727051&view=diff
==============================================================================
--- felix/trunk/mosgi/doc/config.properties.core (original)
+++ felix/trunk/mosgi/doc/config.properties.core Tue Dec 16 06:01:06 2008
@@ -1,12 +1,13 @@
 felix.cache.profile=core
+org.osgi.framework.storage=core
 mosgi.jmxconsole.rmiport.core=1099
 
 #
 # Framework config properties.
 #
-org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
+org.osgi.framework.system.packages=org.osgi.framework; version=1.4.0, \
  org.osgi.service.packageadmin; version=1.2.0, \
- org.osgi.service.startlevel; version=1.0.0, \
+ org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
  org.osgi.util.tracker; version=1.3.2 \
  ${jre-${java.specification.version}}
@@ -16,7 +17,7 @@
 felix.auto.start.1= \
  file:bundle/org.apache.felix.shell-1.1.0-SNAPSHOT.jar \
  file:bundle/org.apache.felix.shell.tui-1.1.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.bundlerepository-1.3.0-SNAPSHOT.jar \
  file:../log/target/org.apache.felix.log-0.9.0-SNAPSHOT.jar \
  file:../mosgi/jmx.remotelogger/target/org.apache.felix.mosgi.jmx.remotelogger-0.9.0-SNAPSHOT.jar \
  file:../mosgi/jmx.agent/target/org.apache.felix.mosgi.jmx.agent-0.9.0-SNAPSHOT.jar \

Modified: felix/trunk/mosgi/doc/config.properties.jmxconsole
URL: http://svn.apache.org/viewvc/felix/trunk/mosgi/doc/config.properties.jmxconsole?rev=727051&r1=727050&r2=727051&view=diff
==============================================================================
--- felix/trunk/mosgi/doc/config.properties.jmxconsole (original)
+++ felix/trunk/mosgi/doc/config.properties.jmxconsole Tue Dec 16 06:01:06 2008
@@ -1,11 +1,12 @@
 felix.cache.profile=jmxconsole
+org.osgi.framework.storage=jmxconsole
 
 #
 # Framework config properties.
 #
-org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
+org.osgi.framework.system.packages=org.osgi.framework; version=1.4.0, \
  org.osgi.service.packageadmin; version=1.2.0, \
- org.osgi.service.startlevel; version=1.0.0, \
+ org.osgi.service.startlevel; version=1.1.0, \
  org.osgi.service.url; version=1.0.0, \
  org.osgi.util.tracker; version=1.3.2 \
  ${jre-${java.specification.version}}
@@ -15,7 +16,7 @@
 felix.auto.start.1= \
  file:bundle/org.apache.felix.shell-1.1.0-SNAPSHOT.jar \
  file:bundle/org.apache.felix.shell.tui-1.1.0-SNAPSHOT.jar \
- file:bundle/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar \
+ file:bundle/org.apache.felix.bundlerepository-1.3.0-SNAPSHOT.jar \
  file:../mosgi/console.ifc/target/org.apache.felix.mosgi.console.ifc-0.9.0-SNAPSHOT.jar \
  file:../mosgi/console.gui/target/org.apache.felix.mosgi.console.gui-0.9.0-SNAPSHOT.jar \
  file:../mosgi/console.component/target/org.apache.felix.mosgi.console.component-0.9.0-SNAPSHOT.jar