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 [2/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-junit4osgi.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-junit4osgi</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">
@@ -192,7 +193,7 @@ Junit4OSGi is a framework allowing the e
     <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.
@@ -201,7 +202,7 @@ Junit4OSGi is a framework allowing the e
                 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/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-architecture.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-architecture.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-architecture.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-junit4osgi-architecture</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">
@@ -201,7 +202,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.
@@ -210,7 +211,7 @@
                 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/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-maven.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-maven.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-maven.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-junit4osgi-maven</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">
@@ -381,7 +382,7 @@ mvn org.apache.maven.plugins:maven-suref
     <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.
@@ -390,7 +391,7 @@ mvn org.apache.maven.plugins:maven-suref
                 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/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-methods.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-methods.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-methods.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-junit4osgi-methods</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">
@@ -254,7 +255,7 @@ public class MyTest extends OSGiTestCase
     <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.
@@ -263,7 +264,7 @@ public class MyTest extends OSGiTestCase
                 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/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-tutorial.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-tutorial.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-junit4osgi/apache-felix-ipojo-junit4osgi-tutorial.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-junit4osgi-tutorial</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">
@@ -458,7 +459,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.
@@ -467,7 +468,7 @@
                 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/apache-felix-ipojo-keypoints.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-keypoints.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-keypoints.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-keypoints</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">
@@ -208,7 +209,7 @@ However, this does not limit iPOJO in te
     <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.
@@ -217,7 +218,7 @@ However, this does not limit iPOJO in te
                 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/apache-felix-ipojo-successstories.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-successstories.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-successstories.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-successstories</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">
@@ -220,7 +221,7 @@ You are using iPOJO, and you want to be 
     <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.
@@ -229,7 +230,7 @@ You are using iPOJO, and you want to be 
                 Rev. 1444764 by clement on Mon, 11 Feb 2013 13:45:07 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-supportedosgi.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-supportedosgi.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-supportedosgi.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-supportedOSGi</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">
@@ -243,7 +244,7 @@ Recent version of KF does no more requir
     <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.
@@ -252,7 +253,7 @@ Recent version of KF does no more requir
                 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/apache-felix-ipojo-supportedvms.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-supportedvms.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-supportedvms.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-supportedVMs</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">
@@ -272,7 +273,7 @@ iPOJO 1.6+ uses smart proxy by default. 
     <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.
@@ -281,7 +282,7 @@ iPOJO 1.6+ uses smart proxy by default. 
                 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/apache-felix-ipojo-testing-components.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-testing-components.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-testing-components.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-testing-components</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 @@
     <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 @@
                 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-tools/apache-felix-ipojo-online-manipulator.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - apache-felix-ipojo-online-manipulator</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">
@@ -226,7 +227,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.
@@ -235,7 +236,7 @@
                 Rev. 1465947 by clement on Tue, 9 Apr 2013 09:37:22 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-ant-task.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-ant-task.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-ant-task.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Ant Task</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">
@@ -296,7 +297,7 @@ If not set, the manifest is searched in 
     <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.
@@ -305,7 +306,7 @@ If not set, the manifest is searched in 
                 Rev. 1530004 by clement on Mon, 7 Oct 2013 17:16:39 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-arch-command.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-arch-command.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-arch-command.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO-Arch-Command</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">
@@ -345,7 +346,7 @@ Handler org.apache.felix.ipojo.handler.w
     <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.
@@ -354,7 +355,7 @@ Handler org.apache.felix.ipojo.handler.w
                 Rev. 1530200 by guillaume on Tue, 8 Oct 2013 09:20:55 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-karaf-feature.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-karaf-feature.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-karaf-feature.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Karaf Features</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">
@@ -197,7 +198,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.
@@ -206,7 +207,7 @@
                 Rev. 1531515 by clement on Sat, 12 Oct 2013 08:32:37 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>
 

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.html Mon Mar 10 13:43:10 2014
@@ -20,12 +20,12 @@
 <head>
     <title>Apache Felix - iPOJO Maven Plug-in</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">
@@ -416,7 +417,7 @@ The maven-ipojo-plugin archetype generat
     <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.
@@ -425,7 +426,7 @@ The maven-ipojo-plugin archetype generat
                 Rev. 1531524 by clement on Sat, 12 Oct 2013 09:57:48 +0000
                 </div>
             </div>
-        </footer>           
+        </footer>
     </div>
 </body>