Author: buildbot
Date: Tue Jan 22 16:03:25 2019
New Revision: 1039353

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 22 16:03:25 2019
@@ -1 +1 @@
-1849772
+1851829

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-configuration.html
 Tue Jan 22 16:03:25 2019
@@ -116,12 +116,13 @@ As proxies are injected, no implementati
 <p>When an interface is returned, it is treated equally to a configuration 
type, that is, a proxy is returned.</p>
 <p>Arrays can be represented either as comma-separated values, optionally 
enclosed in square brackets. For example: <code>[ a, b, c ]</code> and <code>a, 
b,c</code> are both considered an array of length 3 with the values "a", "b" 
and "c". Alternatively, you can append the array index to the key in the 
dictionary to obtain the same: a dictionary with "arr.0" =&gt; "a", "arr.1" 
=&gt; "b", "arr.2" =&gt; "c" would result in the same array as the earlier 
examples.</p>
 <p>Maps can be represented as single string values similarly as arrays, each 
value consisting of both the key and value separated by a dot. Optionally, the 
value can be enclosed in curly brackets. Similar to array, you can use the same 
dot notation using the keys. For example, a dictionary with:</p>
-<div class="codehilite"><pre>&quot;<span class="n">map</span>&quot; <span 
class="p">=</span><span class="o">&gt;</span> &quot;<span 
class="p">{</span><span class="n">key1</span><span class="p">.</span><span 
class="n">value1</span><span class="p">,</span> <span 
class="n">key2</span><span class="p">.</span><span class="n">value2</span><span 
class="p">}</span>&quot;
+<div class="codehilite"><pre><span class="n">map</span><span 
class="p">={</span><span class="n">key1</span><span class="p">.</span><span 
class="n">value1</span><span class="p">,</span><span class="n">key2</span><span 
class="p">.</span><span class="n">value2</span><span class="p">}</span>
 </pre></div>
 
 
 <p>and a dictionary with:</p>
-<div class="codehilite"><pre>&quot;<span class="n">map</span><span 
class="p">.</span><span class="n">key1</span>&quot; <span 
class="p">=</span><span class="o">&gt;</span> &quot;<span 
class="n">value1</span>&quot;<span class="p">,</span> &quot;<span 
class="n">map2</span><span class="p">.</span><span class="n">key2</span>&quot; 
<span class="p">=</span><span class="o">&gt;</span> &quot;<span 
class="n">value2</span>&quot;
+<div class="codehilite"><pre><span class="n">map</span><span 
class="p">.</span><span class="n">key1</span><span class="p">=</span><span 
class="n">value1</span> 
+<span class="n">map</span><span class="p">.</span><span 
class="n">key2</span><span class="p">=</span><span class="n">value2</span>
 </pre></div>
 
 
@@ -182,7 +183,7 @@ As proxies are injected, no implementati
 <span class="o">}</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1844583 by pderop on Mon, 22 Oct 2018 17:11:38 +0000
+        Rev. 1851829 by pderop on Tue, 22 Jan 2019 16:02:39 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to