You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2012/01/06 03:38:58 UTC

svn commit: r1227939 - /geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml

Author: djencks
Date: Fri Jan  6 02:38:57 2012
New Revision: 1227939

URL: http://svn.apache.org/viewvc?rev=1227939&view=rev
Log:
GERONIMO-6252 update activemq blueprint plan to recent aries jexl usage

Modified:
    geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml

Modified: geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml?rev=1227939&r1=1227938&r2=1227939&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-broker-blueprint/src/main/resources/OSGI-INF/blueprint/activemq.xml Fri Jan  6 02:38:57 2012
@@ -24,12 +24,12 @@
 
 <b:blueprint xmlns:b="http://www.osgi.org/xmlns/blueprint/v1.0.0"
              xmlns:amq="http://activemq.apache.org/schema/core"
-             xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
+             xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.2.0"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
     <ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]" />
 
-    <ext:property-placeholder id="property-placeholder" placeholder-prefix="${" placeholder-suffix="}" ignore-missing-locations="true">
+    <ext:property-placeholder id="property-placeholder" placeholder-prefix="${" placeholder-suffix="}" ignore-missing-locations="true" evaluator="jexl">
         <ext:default-properties>
             <ext:property name="activemq.brokerName" value="DefaultActiveMQBroker"/>
             <ext:property name="activemq.data" value="var/activemq"/>