Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65ADD1097A for ; Wed, 27 Nov 2013 06:50:42 +0000 (UTC) Received: (qmail 82857 invoked by uid 500); 27 Nov 2013 06:50:42 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 82786 invoked by uid 500); 27 Nov 2013 06:50:41 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 82777 invoked by uid 99); 27 Nov 2013 06:50:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 06:50:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 06:50:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D35B423889ED; Wed, 27 Nov 2013 06:50:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1545940 - /karaf/trunk/manual/src/main/webapp/users-guide/instances.conf Date: Wed, 27 Nov 2013 06:50:19 -0000 To: commits@karaf.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131127065019.D35B423889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbonofre Date: Wed Nov 27 06:50:19 2013 New Revision: 1545940 URL: http://svn.apache.org/r1545940 Log: [KARAF-2511] Fix version typo in instance page of the documentation Modified: karaf/trunk/manual/src/main/webapp/users-guide/instances.conf Modified: karaf/trunk/manual/src/main/webapp/users-guide/instances.conf URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/instances.conf?rev=1545940&r1=1545939&r2=1545940&view=diff ============================================================================== --- karaf/trunk/manual/src/main/webapp/users-guide/instances.conf (original) +++ karaf/trunk/manual/src/main/webapp/users-guide/instances.conf Wed Nov 27 06:50:19 2013 @@ -215,13 +215,13 @@ The {{instance:connect}} command accepts karaf@root()> instance:connect test feature:list Name | Version | Installed | Repository | Description --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -standard | 3.0.0-SNAPSHOT | x | standard-3.0.0-SNAPSHOT | Karaf standard feature -aries-annotation | 3.0.0-SNAPSHOT | | standard-3.0.0-SNAPSHOT | Aries Annotations -wrapper | 3.0.0-SNAPSHOT | | standard-3.0.0-SNAPSHOT | Provide OS integration -service-wrapper | 3.0.0-SNAPSHOT | | standard-3.0.0-SNAPSHOT | Provide OS integration (alias to wrapper feature) -obr | 3.0.0-SNAPSHOT | | standard-3.0.0-SNAPSHOT | Provide OSGi Bundle Repository (OBR) support -config | 3.0.0-SNAPSHOT | x | standard-3.0.0-SNAPSHOT | Provide OSGi ConfigAdmin support -region | 3.0.0-SNAPSHOT | x | standard-3.0.0-SNAPSHOT | Provide Region Support +standard | 3.0.0 | x | standard-3.0.0 | Karaf standard feature +aries-annotation | 3.0.0 | | standard-3.0.0 | Aries Annotations +wrapper | 3.0.0 | | standard-3.0.0 | Provide OS integration +service-wrapper | 3.0.0 | | standard-3.0.0 | Provide OS integration (alias to wrapper feature) +obr | 3.0.0 | | standard-3.0.0 | Provide OSGi Bundle Repository (OBR) support +config | 3.0.0 | x | standard-3.0.0 | Provide OSGi ConfigAdmin support +region | 3.0.0 | x | standard-3.0.0 | Provide Region Support ... {code}