Author: buildbot
Date: Sun Sep 11 17:42:24 2011
New Revision: 795594

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/modules/blueprint.html

Modified: websites/staging/aries/trunk/content/modules/blueprint.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/blueprint.html (original)
+++ websites/staging/aries/trunk/content/modules/blueprint.html Sun Sep 11 
17:42:24 2011
@@ -279,14 +279,13 @@ explicitly in the Bundle-Blueprint manif
 <p>Once the extender determines that a bundle is a Blueprint bundle, it
 creates a Blueprint Container on behalf of that bundle. The Blueprint
 Container is responsible for:</p>
-<div class="codehilite"><pre><span class="o">*</span> <span 
class="n">Parsing</span> <span class="n">the</span> <span 
class="n">Blueprint</span> <span class="n">XML</span> <span 
class="n">files</span>
-<span class="o">*</span> <span class="n">Instantiating</span> <span 
class="n">the</span> <span class="n">components</span>
-<span class="o">*</span> <span class="n">Wiring</span> <span 
class="n">the</span> <span class="n">components</span> <span 
class="n">together</span>
-<span class="o">*</span> <span class="n">Registering</span> <span 
class="n">services</span>
-<span class="o">*</span> <span class="n">Looking</span> <span 
class="n">up</span> <span class="n">service</span> <span 
class="n">references</span>
-</pre></div>
-
-
+<ul>
+<li>Parsing the Blueprint XML files</li>
+<li>Instantiating the components</li>
+<li>Wiring the components together</li>
+<li>Registering services</li>
+<li>Looking up service references</li>
+</ul>
 <p>During initialization, the Blueprint Container ensures that mandatory
 service references are satisfied, registers all the services into the
 service registry, and creates initial component instances. The Blueprint


Reply via email to