You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bu...@apache.org on 2014/03/10 14:43:11 UTC

svn commit: r900909 [5/5] - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/ documentation/subprojects/apache-felix-ipojo/ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ documentation/subprojects/apache...

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-ipojo-introspection-api.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-ipojo-introspection-api.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-ipojo-introspection-api.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Using iPOJO introspection API</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -439,7 +440,7 @@ Then, you have access to every primitive
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -448,7 +449,7 @@ Then, you have access to every primitive
                 Rev. 1467268 by clement on Fri, 12 Apr 2013 13:42:34 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-stereotypes.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-stereotypes.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/using-stereotypes.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - How-to use @Stereotype</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -261,7 +262,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -270,7 +271,7 @@
                 Rev. 1489150 by guillaume on Mon, 3 Jun 2013 20:20:03 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO FAQ</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -608,7 +609,7 @@ Finally, the <code>org.osgi.service.log<
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -617,7 +618,7 @@ Finally, the <code>org.osgi.service.log<
                 Rev. 1531524 by clement on Sat, 12 Oct 2013 09:57:48 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/using-xml-schemas.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/using-xml-schemas.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/using-xml-schemas.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Using XML Schemas</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -253,7 +254,7 @@ You can also use several schemas in the 
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -262,7 +263,7 @@ You can also use several schemas in the 
                 Rev. 1467268 by clement on Fri, 12 Apr 2013 13:42:34 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-why-choose-ipojo.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-why-choose-ipojo.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-why-choose-ipojo.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-why-choose-ipojo</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -229,7 +230,7 @@ iPOJO Temporal Dependency w/ proxy:  173
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -238,7 +239,7 @@ iPOJO Temporal Dependency w/ proxy:  173
                 Rev. 1443051 by clement on Wed, 6 Feb 2013 16:33:33 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/articles-and-presentations.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/articles-and-presentations.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/articles-and-presentations.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Articles and Presentations</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -190,7 +191,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -199,7 +200,7 @@
                 Rev. 1467268 by clement on Fri, 12 Apr 2013 13:42:34 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/developing-camel-mediators-with-ipojo.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/developing-camel-mediators-with-ipojo.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/developing-camel-mediators-with-ipojo.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Developing Camel mediators with iPOJO</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -326,7 +327,7 @@ Create or edit the file <code>metadata.x
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -335,7 +336,7 @@ Create or edit the file <code>metadata.x
                 Rev. 1475720 by clement on Thu, 25 Apr 2013 12:13:11 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/download.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/download.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/download.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Download</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -285,7 +286,7 @@ mvn clean install -Pexamples</p>
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -294,7 +295,7 @@ mvn clean install -Pexamples</p>
                 Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-news.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-news.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-news.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO-news</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -215,7 +216,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -224,7 +225,7 @@
                 Rev. 1562513 by clement on Wed, 29 Jan 2014 17:17:27 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-reference-card.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-reference-card.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-reference-card.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO-Reference-Card</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -1096,7 +1097,7 @@ public class WhiteBoardWIModification {<
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -1105,7 +1106,7 @@ public class WhiteBoardWIModification {<
                 Rev. 1443380 by clement on Thu, 7 Feb 2013 10:01:34 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-support.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-support.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/ipojo-support.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - ipojo-support</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -195,7 +196,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -204,7 +205,7 @@
                 Rev. 1464894 by clement on Fri, 5 Apr 2013 08:54:50 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/related-works.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/related-works.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/related-works.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - Related Works</title>
     <link rel="icon" href="/res/favicon.ico">
-    
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The most powerful component model for OSGi">
 
-    
+
     <link href="/ipojo/web/bootstrap/css/bootstrap-cerulean.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
     <link href="/ipojo/web/bootstrap/css/font-awesome.min.css" rel="stylesheet">
@@ -39,7 +39,7 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
     <script src="/ipojo/web/bootstrap/js/bootstrap.min.js"></script>
-    
+
 </head>
 
 <body data-spy="scroll" data-target=".subnav">
@@ -52,12 +52,12 @@
                  <span class="icon-bar"></span>
                 </a>
                 <a class="brand" href="/documentation/subprojects/apache-felix-ipojo.html">Apache Felix iPOJO</a>
-         
+
                  <div class="nav-collapse" id="main-menu">
                     <ul class="nav" id="main-menu-left">
                         <li><a href="/documentation/subprojects/apache-felix-ipojo/ipojo-news.html">News</a></li>
                         <li><a href="http://felix.apache.org/downloads.cgi">Downloads</a></li>
-                    
+
                         <li class="dropdown">
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials <b class="caret"></b></a>
                             <ul class="dropdown-menu" id="tutorials-menu">
@@ -83,6 +83,7 @@
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/configuration-handler.html">Configuration</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html">Introspection</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/controller-lifecycle-handler.html">Impacting the lifecycle</a></li>
+                                <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/injecting-bundle-context.html">Accessing the Bundle Context</a></li>
                                 <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html">Creating instances</a></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
@@ -94,7 +95,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/white-board-pattern-handler.html">Whiteboard pattern</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html">Temporal dependencies</a></li>
                                     </ul>
-                                </li>                    
+                                </li>
                                 <li class="dropdown-submenu">
                                    <a tabindex="-1" href="#">Configuration Admin &amp; Factories</a>
                                     <ul class="dropdown-menu">
@@ -102,7 +103,7 @@
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-factory-service.html">Using the iPOJO Factory service</a></li>
                                         <li><a href="/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html">Factories and Instances</a></li>
                                     </ul>
-                                </li>                        
+                                </li>
                                 <li class="divider"></li>
                                 <li class="dropdown-submenu">
                                     <a tabindex="-1" href="#">Advanced topics</a>
@@ -165,7 +166,7 @@
                     </ul>
                 </div>
             </div>
-        </div>    
+        </div>
     </div>
 
     <div class="container">
@@ -195,7 +196,7 @@
     <div class="container">
         <footer id="footer">
             <div class="row">
-                <div class="trademarkFooter span7"> 
+                <div class="trademarkFooter span7">
                 Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project
                 logo are trademarks of The Apache Software Foundation. All other marks mentioned
                 may be trademarks or registered trademarks of their respective owners.
@@ -204,7 +205,7 @@
                 Rev. 1443051 by clement on Wed, 6 Feb 2013 16:33:33 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>