You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/10/16 07:19:17 UTC

svn commit: r1812248 - /karaf/site/trunk/src/main/webapp/projects.html

Author: jbonofre
Date: Mon Oct 16 07:19:16 2017
New Revision: 1812248

URL: http://svn.apache.org/viewvc?rev=1812248&view=rev
Log:
Remove karaf-boot for now as it's still in PoC state

Modified:
    karaf/site/trunk/src/main/webapp/projects.html

Modified: karaf/site/trunk/src/main/webapp/projects.html
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/projects.html?rev=1812248&r1=1812247&r2=1812248&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/projects.html (original)
+++ karaf/site/trunk/src/main/webapp/projects.html Mon Oct 16 07:19:16 2017
@@ -50,7 +50,6 @@
             <h1>Projects</h1>
             <ul>
                 <li><a href="#container">Karaf Container</a></li>
-                <li><a href="#boot">Karaf Boot</a></li>
                 <li><a href="#cellar">Karaf Cellar</a></li>
                 <li><a href="#cave">Karaf Cave</a></li>
                 <li><a href="#decanter">Karaf Decanter</a></li>
@@ -76,10 +75,6 @@
             <li><b>Instances management</b>: You can manage several children instances inside the Karaf Container root instance. It's a very convenient way to test applications or configurations without impacting your existing running instances.</li>
         </ul>
         [<a href="download.html">download</a> | <a href="documentation.html">documentation</a>]
-        <h2 id="boot">Karaf Boot</h2>
-        Karaf Boot is a work in progress (not yet available). The purpose is to simplify the design and development
-        of applications, and provide an easy way to build a "run everywhere" artifact, embedding the Karaf Container.
-        <br/>
         <h2 id="cellar">Karaf Cellar</h2>
         You have bunch of Karaf Container instances running ? You want to manage those instances as one, spreading the configuration, deployment, etc ? Karaf Cellar is for you.<br/>
         Karaf Cellar is a clustering solution for Karaf. It allows you to manage multiple instances, with synchronization between the instances.<br/>