You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/04 07:49:02 UTC

svn commit: r1309259 - /karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml

Author: cschneider
Date: Wed Apr  4 05:49:01 2012
New Revision: 1309259

URL: http://svn.apache.org/viewvc?rev=1309259&view=rev
Log:
KARAF-963 Services modules refactored

Modified:
    karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml

Modified: karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml?rev=1309259&r1=1309258&r2=1309259&view=diff
==============================================================================
--- karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml (original)
+++ karaf/trunk/service/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml Wed Apr  4 05:49:01 2012
@@ -15,6 +15,8 @@
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
     xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0">
 
+    <ext:property-placeholder/>
+
     <bean id="servicesMBean" class="org.apache.karaf.service.core.internal.Services">
         <property name="bundleContext" ref="blueprintBundleContext"/>
     </bean>