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 [5/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/dev-restart.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/dev-restart.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/dev-restart.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/dev-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="devrestart">dev:restart</h1><h2 id="Description">Description</h2><p>Restart Karaf.</p><h2 id="Syntax">Syntax</h2><p>dev:restart \<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><tr><td class="confluenceTd"> <del>c, -</del>clean </td><td class="confluenceTd"> Force a clean restart by deleteting the working directory </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/dev-show-tree.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/dev-show-tree.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/dev-show-tree.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/dev-show-tree.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="devshowtree">dev:show-tree</h1><h2 id="Description">Description</h2><p>Shows the tree of bundles based on the wiring information.</p><h2 id="Syntax">Syntax</h2><p>dev:show-tree \<a href="options.html">options\</a> id </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></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/dev-watch.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/dev-watch.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/dev-watch.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/dev-watch.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="devwatch">dev:watch</h1><h2 id="Description">Description</h2><p>Watches and updates bundles.</p><h2 id="Syntax">Syntax</h2><p>dev:watch \<a href="options.html">options\</a> \<a href="urls.html">urls\</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"> urls </td><td class="confluenceTd"> The bundle IDs or URLs </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"> --stop </td><td class="confluenceTd"> Stops watching all bundles </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -i </td><td class="confluenceTd"> Watch interval </td
 ></tr><tr><td class="confluenceTd"> --list </td><td class="confluenceTd"> Displays the watch list </td></tr><tr><td class="confluenceTd"> --remove </td><td class="confluenceTd"> Removes bundles from the watch list </td></tr><tr><td class="confluenceTd"> --start </td><td class="confluenceTd"> Starts watching the selected bundles </td></tr></table></div><h2 id="Details">Details</h2><p>The watch command can be used to help at developement time.  It allows you to configure a set of URLs that will be monitored.  All bundles location matching the given URL will be automatically updated.  This avoids the need for manually updating the bundles or even copying the bundle to the system folder if needed.  Note that only maven based urls and maven snapshots will actually be updated automatically, so if you run<br/>  > dev:watch *<br/>It will actually monitor all bundles that have a location matching mvn:* that have '-SNAPSHOT' in their url.</p>
+        </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/features-addUrl.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-addUrl.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-addUrl.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-addUrl.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="featuresaddUrl">features:addUrl</h1><h2 id="Description">Description</h2><p>Adds a list of repository URLs to the features service.</p><h2 id="Syntax">Syntax</h2><p>features:addUrl \<a href="options.html">options\</a> 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"> urls </td><td class="confluenceTd"> One or more repository URLs 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></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/features-info.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-info.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-info.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-info.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="featuresinfo">features:info</h1><h2 id="Description">Description</h2><p>Shows information about selected information.</p><h2 id="Syntax">Syntax</h2><p>features:info \<a href="options.html">options\</a> name \<a href="version.html">version\</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"> name </td><td class="confluenceTd"> The name of the feature </td></tr><tr><td class="confluenceTd"> version </td><td class="confluenceTd"> The version of the feature </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>t, -</
 del>tree </td><td class="confluenceTd"> Display feature tree </td></tr><tr><td class="confluenceTd"> <del>b, -</del>bundle </td><td class="confluenceTd"> Display bundles info </td></tr><tr><td class="confluenceTd"> <del>c, -</del>configuration </td><td class="confluenceTd"> Display configuration info </td></tr><tr><td class="confluenceTd"> <del>d, -</del>dependency </td><td class="confluenceTd"> Display dependencies info </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/features-install.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-install.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-install.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-install.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="featuresinstall">features:install</h1><h2 id="Description">Description</h2><p>Installs a feature with the specified name and version.</p><h2 id="Syntax">Syntax</h2><p>features:install \<a href="options.html">options\</a> feature </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"> feature </td><td class="confluenceTd"> The name and version of the features to install. A feature id looks like name/version. The version is optional. </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"> <del>r, -</del>no-auto-refresh </td><td class="confluenceTd"> Do not automatically refresh bundles </td></tr><tr><td class="confluenceTd"> --help
  </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> <del>c, -</del>no-clean </td><td class="confluenceTd"> Do not uninstall bundles on failure </td></tr><tr><td class="confluenceTd"> <del>v, -</del>verbose </td><td class="confluenceTd"> Explain what is being done </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/features-list.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-list.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-list.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-list.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="featureslist">features:list</h1><h2 id="Description">Description</h2><p>Lists all existing features available from the defined repositories.</p><h2 id="Syntax">Syntax</h2><p>features:list \<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><tr><td class="confluenceTd"> <del>i, -</del>installed </td><td class="confluenceTd"> Display a list of all installed features only </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/features-listRepositories.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-listRepositories.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-listRepositories.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-listRepositories.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="featureslistRepositories">features:listRepositories</h1><h2 id="Description">Description</h2><p>Displays a list of all defined repositories.</p><h2 id="Syntax">Syntax</h2><p>features:listRepositories \<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><tr><td class="confluenceTd"> -u </td><td class="confluenceTd"> Display repository URLs. </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/features-listUrl.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-listUrl.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-listUrl.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-listUrl.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="featureslistUrl">features:listUrl</h1><h2 id="Description">Description</h2><p>Displays a list of all defined repository URLs.</p><h2 id="Syntax">Syntax</h2><p>features:listUrl \<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><tr><td class="confluenceTd"> -vo, -verbose </td><td class="confluenceTd"> Shows validation output </td></tr><tr><td class="confluenceTd"> -v, -validate </td><td class="confluenceTd"> Validate current version of descriptors </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/features-listVersions.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-listVersions.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-listVersions.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-listVersions.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="featureslistVersions">features:listVersions</h1><h2 id="Description">Description</h2><p>Lists all versions of a feature available from the currently available repositories.</p><h2 id="Syntax">Syntax</h2><p>features:listVersions \<a href="options.html">options\</a> feature </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"> feature </td><td class="confluenceTd"> Name of feature. </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/features-refreshUrl.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-refreshUrl.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-refreshUrl.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-refreshUrl.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="featuresrefreshUrl">features:refreshUrl</h1><h2 id="Description">Description</h2><p>Reloads the list of available features from the repositories.</p><h2 id="Syntax">Syntax</h2><p>features:refreshUrl \<a href="options.html">options\</a> \<a href="urls.html">urls\</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"> urls </td><td class="confluenceTd"> Repository URLs to reload (leave empty for all) </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/features-removeRepository.html
URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/4.4.x/commands/features-removeRepository.html?rev=1388647&view=auto
==============================================================================
--- servicemix/site/production/docs/4.4.x/commands/features-removeRepository.html (added)
+++ servicemix/site/production/docs/4.4.x/commands/features-removeRepository.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="featuresremoveRepository">features:removeRepository</h1><h2 id="Description">Description</h2><p>Removes the specified repository features service.</p><h2 id="Syntax">Syntax</h2><p>features:removeRepository \<a href="options.html">options\</a> repository </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"> repository </td><td class="confluenceTd"> Name of the repository to remove. </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