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 C1EC3200D41 for ; Tue, 7 Nov 2017 10:25:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C0ACF1609C8; Tue, 7 Nov 2017 09:25:05 +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 E4671160C03 for ; Tue, 7 Nov 2017 10:25:04 +0100 (CET) Received: (qmail 21069 invoked by uid 500); 7 Nov 2017 09:25:04 -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 21054 invoked by uid 99); 7 Nov 2017 09:25:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 09:25:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 22E5D875AF; Tue, 7 Nov 2017 09:25:03 +0000 (UTC) Date: Tue, 07 Nov 2017 09:25:07 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-crankstart-test-services] 05/09: Register resources with the Sling installer via a crankstart extension command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151004670291.27830.5675368665183731163@gitbox.apache.org> References: <151004670291.27830.5675368665183731163@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-crankstart-test-services X-Git-Refname: refs/tags/org.apache.sling.crankstart.test.services-1.0.0 X-Git-Reftype: annotated tag X-Git-Rev: 0c657a3caa58eee5e2ba03a1024a4317a73a9575 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107092503.22E5D875AF@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 09:25:05 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.crankstart.test.services-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-test-services.git commit 0c657a3caa58eee5e2ba03a1024a4317a73a9575 Author: Bertrand Delacretaz AuthorDate: Mon Jun 2 14:33:42 2014 +0000 Register resources with the Sling installer via a crankstart extension command git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/crankstart/test-services@1599226 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 00f193f..3dabba0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,11 +27,7 @@ true - org.apache.sling.crankstart.* - - org.apache.sling.crankstart.api, - * - + org.apache.sling.crankstart.testservices.* -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .