Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1777200828 for ; Fri, 13 May 2016 10:13:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D055016099F; Fri, 13 May 2016 08:13:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 24C9F1602C0 for ; Fri, 13 May 2016 10:12:59 +0200 (CEST) Received: (qmail 12769 invoked by uid 500); 13 May 2016 08:12:59 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 12757 invoked by uid 99); 13 May 2016 08:12:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 08:12:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0301C1A0884 for ; Fri, 13 May 2016 08:12:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CCpP1UMxqhKC for ; Fri, 13 May 2016 08:12:58 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 193395F19D for ; Fri, 13 May 2016 08:12:58 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 42DAFE022D for ; Fri, 13 May 2016 08:12:57 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A43E93A0113 for ; Fri, 13 May 2016 08:12:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1743614 - /sling/site/trunk/content/documentation/development/slingstart.mdtext Date: Fri, 13 May 2016 08:12:56 -0000 To: commits@sling.apache.org From: kwin@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160513081256.A43E93A0113@svn01-us-west.apache.org> archived-at: Fri, 13 May 2016 08:13:01 -0000 Author: kwin Date: Fri May 13 08:12:56 2016 New Revision: 1743614 URL: http://svn.apache.org/viewvc?rev=1743614&view=rev Log: fix typo Modified: sling/site/trunk/content/documentation/development/slingstart.mdtext Modified: sling/site/trunk/content/documentation/development/slingstart.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/slingstart.mdtext?rev=1743614&r1=1743613&r2=1743614&view=diff ============================================================================== --- sling/site/trunk/content/documentation/development/slingstart.mdtext (original) +++ sling/site/trunk/content/documentation/development/slingstart.mdtext Fri May 13 08:12:56 2016 @@ -287,7 +287,7 @@ Use the goal with name `start` to start 1. the file path given in the configuration field `launchpadJar` or parameter `launchpad.jar` 2. the slingstart artifact being referenced in the configuration element `launchpadDependency` -3. the artifact being created through the Maven project itself (only if the current project has pacakaging `slingstart`) +3. the artifact being created through the Maven project itself (only if the current project has packaging `slingstart`) 4. the first dependency of type `slingstart` The server itself is configured within an element `server` below the configuration element `servers`. It supports the following configuration settings