Author: thomas.diesler(a)jboss.com
Date: 2009-05-05 06:48:30 -0400 (Tue, 05 May 2009)
New Revision: 88203
Modified:
projects/jboss-osgi/trunk/build/distribution/runtime/conf/jboss-osgi-framework.properties
Log:
Use new property syntax
Modified:
projects/jboss-osgi/trunk/build/distribution/runtime/conf/jboss-osgi-framework.properties
===================================================================
---
projects/jboss-osgi/trunk/build/distribution/runtime/conf/jboss-osgi-framework.properties 2009-05-05
10:40:41 UTC (rev 88202)
+++
projects/jboss-osgi/trunk/build/distribution/runtime/conf/jboss-osgi-framework.properties 2009-05-05
10:48:30 UTC (rev 88203)
@@ -5,12 +5,11 @@
#
# The OSGiFramework implementation
-framework.impl=org.jboss.osgi.felix.framework.FelixIntegration
+org.jboss.osgi.spi.framework.impl=org.jboss.osgi.felix.framework.FelixIntegration
# Properties to configure the Framework
-# All props start with 'framework.prop'
-framework.prop.org.osgi.framework.storage.clean=onFirstInit
-framework.prop.org.osgi.framework.system.packages.extra=\
+org.osgi.framework.storage.clean=onFirstInit
+org.osgi.framework.system.packages.extra=\
org.jboss.logging, \
org.jboss.osgi.spi, \
org.jboss.osgi.spi.management, \
@@ -22,11 +21,11 @@
org.jboss.virtual.protocol
# Bundles that need to be installed with the Framework automatically
-framework.autoInstall=\
+org.jboss.osgi.spi.framework.autoInstall=\
file://${osgi.home}/bundles/org.osgi.compendium.jar
# Bundles that need to be started automatically
-framework.autoStart=\
+org.jboss.osgi.spi.framework.autoStart=\
file://${osgi.home}/bundles/org.apache.felix.log.jar \
file://${osgi.home}/bundles/apache-xerces-bundle.jar \
file://${osgi.home}/bundles/jboss-common-core-bundle.jar \
Show replies by date