You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/09/21 21:46:06 UTC

svn commit: r1388647 [9/28] - in /servicemix/site/production/docs/4.4.x: ./ activemq/ architecture/ camel/ camel/deployment/ commands/ images/ jbi/ jbi/components/ jbi/intro/ karaf/ karaf/developers-guide/ karaf/users-guide/ nmr/ quickstart/ quickstart...

Added: servicemix/site/production/docs/4.4.x/commands/osgi-restart.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-restart.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-restart.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-restart.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgirestart">osgi:restart</h1><h2 id="Description">Description</h2><p>Stops and restarts bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:restart \<a href="options.html">options\</a> ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-shutdown.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-shutdown.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-shutdown.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-shutdown.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgishutdown">osgi:shutdown</h1><h2 id="Description">Description</h2><p>Shuts the framework down.</p><h2 id="Syntax">Syntax</h2><p>osgi:shutdown \<a href="options.html">options\</a> \<a href="time.html">time\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> time </td><td class="confluenceTd"> Shutdown after a specified delay. The time argument can have different formats. First, it can be an abolute time in the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute of the hour (in two digits). Second, it can be in the format +m, in which m is the number of minutes to wait. The word now is an alias for +0. </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confl
 uenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> <del>f, -</del>force </td><td class="confluenceTd"> Force the shutdown without confirmation message. </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-start-level.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-start-level.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-start-level.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-start-level.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgistartlevel">osgi:start-level</h1><h2 id="Description">Description</h2><p>Gets or sets the system start level.</p><h2 id="Syntax">Syntax</h2><p>osgi:start-level \<a href="options.html">options\</a> \<a href="level.html">level\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> level </td><td class="confluenceTd"> The new system start level to set </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-start.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-start.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-start.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-start.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgistart">osgi:start</h1><h2 id="Description">Description</h2><p>Starts bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:start \<a href="options.html">options\</a> ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-stop.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-stop.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-stop.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-stop.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgistop">osgi:stop</h1><h2 id="Description">Description</h2><p>Stop bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:stop \<a href="options.html">options\</a> ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-uninstall.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-uninstall.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-uninstall.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-uninstall.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgiuninstall">osgi:uninstall</h1><h2 id="Description">Description</h2><p>Uninstall bundle(s).</p><h2 id="Syntax">Syntax</h2><p>osgi:uninstall \<a href="options.html">options\</a> ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle (identified by IDs or name or name/version) separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command to execute </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/osgi-update.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/osgi-update.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/osgi-update.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/osgi-update.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="osgiupdate">osgi:update</h1><h2 id="Description">Description</h2><p>Update bundle.</p><h2 id="Syntax">Syntax</h2><p>osgi:update \<a href="options.html">options\</a> id \<a href="location.html">location\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> id </td><td class="confluenceTd"> The bundle ID </td></tr><tr><td class="confluenceTd"> location </td><td class="confluenceTd"> The bundles update location </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --force </td><td class="confluenceTd"> Forces the command 
 to execute </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/packages-exports.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/packages-exports.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/packages-exports.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/packages-exports.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="packagesexports">packages:exports</h1><h2 id="Description">Description</h2><p>Displays exported packages.</p><h2 id="Syntax">Syntax</h2><p>packages:exports \<a href="options.html">options\</a> \<a href="ids.html">ids\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The IDs of bundles to check </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> <del>d, -</del>details </td><td class="confluenceTd"> List bundles in a master detail table </td></tr><tr><td class="confluenceTd"> -s <
 /td><td class="confluenceTd"> Shows the symbolic name </td></tr><tr><td class="confluenceTd"> <del>i, -</del>imports </td><td class="confluenceTd"> List bundles importing the specified packages </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/packages-imports.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/packages-imports.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/packages-imports.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/packages-imports.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="packagesimports">packages:imports</h1><h2 id="Description">Description</h2><p>Displays imported packages.</p><h2 id="Syntax">Syntax</h2><p>packages:imports \<a href="options.html">options\</a> \<a href="ids.html">ids\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The IDs of bundles to check </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> <del>i, -</del>show-importer </td><td class="confluenceTd"> show the bundle that is importing a package </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/shell-cat.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/shell-cat.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/shell-cat.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/shell-cat.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="shellcat">shell:cat</h1><h2 id="Description">Description</h2><p>Displays the content of a file or URL.</p><h2 id="Syntax">Syntax</h2><p>shell:cat \<a href="options.html">options\</a> paths or urls </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> paths or urls </td><td class="confluenceTd"> A list of file paths or urls to display separated by whitespace (use - for STDIN) </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -n </td><td class="confluenceTd"> Number the output lines, starting at 1. </td></tr></table></div
 >
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/shell-clear.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/shell-clear.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/shell-clear.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/shell-clear.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="shellclear">shell:clear</h1><h2 id="Description">Description</h2><p>Clears the console buffer.</p><h2 id="Syntax">Syntax</h2><p>shell:clear \<a href="options.html">options\</a></p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/shell-each.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/shell-each.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/shell-each.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/shell-each.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="shelleach">shell:each</h1><h2 id="Description">Description</h2><p>Execute a closure on a list of arguments.</p><h2 id="Syntax">Syntax</h2><p>shell:each \<a href="options.html">options\</a> values function </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> values </td><td class="confluenceTd"> The collection of arguments to iterate on </td></tr><tr><td class="confluenceTd"> function </td><td class="confluenceTd"> The function to execute </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: servicemix/site/production/docs/4.4.x/commands/shell-echo.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/shell-echo.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/shell-echo.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/shell-echo.html Fri Sep 21 19:45:57 2012
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Apache ServiceMix Documentation - </title>
+
+  <link href="../theme/master.css" rel="stylesheet" type="text/css" />
+  <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" />
+  
+  <script type="text/javascript" src="../scripts/jquery.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.cookie.js"></script>
+  <script type="text/javascript" src="../scripts/jquery.jstree.js"></script>
+
+  <script>
+    $(document).ready(function(){
+	  $("#nav").jstree({
+		"themes": {
+		  "theme": "apple", "dots": false
+		},
+		"plugins" : [ "themes", "html_data", "cookies", "themes" ]
+  	  });
+    });
+  </script>
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-398545-1']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+</head>
+<body>
+  <div id="page">
+    <div id="siteHeader">
+      <table width="100%">
+      <tr valign="middle">
+        <td align="left">
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+            <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" height="60" src="../images/ASF-logo.png">
+            </a>
+            <ul class="siteNav">
+              <li><a href="../index.html" title="Overview">Guides Overview</a></li>
+              <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li>
+              <li>
+                <form action="http://www.google.com/search" method="get" style="font-size: 10px;">
+                  <input name="ie" type="hidden" value="UTF-8"></input>
+                  <input name="oe" type="hidden" value="UTF-8"></input>
+                  <input maxlength="255" name="q" size="15" type="text" value=""></input>
+                  <input name="btnG" type="submit" value="Search"></input>
+                  <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                  <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input>
+                </form>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+    <div id="content">
+              <div id="nav">
+            <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes -->
+<ul>
+  <li id="comfig-commands">
+    <a href="#">Using ConfigAdmin</a>
+    <ul>
+      <li id="config-cancel">
+        <a href="config-cancel.html">config:cancel</a>
+      </li>
+      <li id="config-edit">
+        <a href="config-edit.html">config:edit</a>
+      </li>
+      <li id="config-list">
+        <a href="config-list.html">config:list</a>
+      </li>
+      <li id="config-propappend">
+        <a href="config-propappend.html">config:propappend</a>
+      </li>
+      <li id="config-propdel">
+        <a href="config-propdel.html">config:propdel</a>
+      </li>
+      <li id="config-proplist">
+        <a href="config-proplist.html">config:proplist</a>
+      </li>
+      <li id="config-propset">
+        <a href="config-propset.html">config:propset</a>
+      </li>
+      <li id="config-update">
+        <a href="config-update.html">config:update</a>
+      </li>
+    </ul>
+  </li>
+  <li id="dev-commands">
+    <a href="#">Development</a>
+    <ul>
+      <li id="dev-dynamic-import">
+        <a href="dev-dynamic-import.html">dev:dynamic-import</a>
+      </li>
+      <li id="dev-framework">
+        <a href="dev-framework.html">dev:framework</a>
+      </li>
+      <li id="dev-print-stack-traces">
+        <a href="dev-print-stack-traces.html">dev:print-stack-traces</a>
+      </li>
+      <li id="dev-restart">
+        <a href="dev-restart.html">dev:restart</a>
+      </li>
+      <li id="dev-show-tree">
+        <a href="dev-show-tree.html">dev:show-tree</a>
+      </li>
+    </ul>
+  </li>
+  <li id="log-commands">
+    <a href="#">Logging</a>
+    <ul>
+      <li id="log-display-exception">
+        <a href="log-display-exception.html">log:display-exception</a>
+      </li>
+      <li id="log-display">
+        <a href="log-display.html">log:display</a>
+      </li>
+      <li id="log-get">
+        <a href="log-get.html">log:get</a>
+      </li>
+      <li id="log-set">
+        <a href="log-set.html">log:set</a>
+      </li>
+    </ul>
+  </li>
+</ul>
+        </div>
+        <div id="body">
+                    <h1 id="shellecho">shell:echo</h1><h2 id="Description">Description</h2><p>Echoes or prints arguments to STDOUT.</p><h2 id="Syntax">Syntax</h2><p>shell:echo \<a href="options.html">options\</a> \<a href="arguments.html">arguments\</a> </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> arguments </td><td class="confluenceTd"> Arguments to display separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -n </td><td class="confluenceTd"> Do not print the trailing newline character </td></tr></table></div>
+        </div>
+      
+          </div>
+    <div id="siteFooter">
+      &copy; 2008-2012 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file