Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5BA77C553 for ; Fri, 28 Nov 2014 16:13:05 +0000 (UTC) Received: (qmail 86352 invoked by uid 500); 28 Nov 2014 16:13:05 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 86291 invoked by uid 500); 28 Nov 2014 16:13:05 -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 86282 invoked by uid 99); 28 Nov 2014 16:13:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 16:13:05 +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; Fri, 28 Nov 2014 16:12:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2A1E2388FF4; Fri, 28 Nov 2014 16:11:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1642316 - in /sling/trunk: pom.xml testing/pom.xml Date: Fri, 28 Nov 2014 16:11:39 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141128161139.D2A1E2388FF4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Fri Nov 28 16:11:39 2014 New Revision: 1642316 URL: http://svn.apache.org/r1642316 Log: SLING-4211 - testing/pom.xml added Added: sling/trunk/testing/pom.xml Modified: sling/trunk/pom.xml Modified: sling/trunk/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1642316&r1=1642315&r2=1642316&view=diff ============================================================================== --- sling/trunk/pom.xml (original) +++ sling/trunk/pom.xml Fri Nov 28 16:11:39 2014 @@ -188,18 +188,7 @@ bundles/extensions/models/integration-tests - testing/tools - testing/junit/core - testing/junit/scriptable - testing/junit/healthcheck - testing/junit/remote - testing/junit/performance - testing/mocks/resourceresolver-mock - testing/mocks/jcr-mock - testing/mocks/osgi-mock - testing/mocks/sling-mock - testing/mocks/sling-mock-jackrabbit - testing/sling-pax-util + testing installer/core @@ -218,10 +207,6 @@ launchpad/content launchpad/builder - - testing/samples/sample-tests - testing/samples/failing-tests - testing/samples/integration-tests Added: sling/trunk/testing/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/testing/pom.xml?rev=1642316&view=auto ============================================================================== --- sling/trunk/testing/pom.xml (added) +++ sling/trunk/testing/pom.xml Fri Nov 28 16:11:39 2014 @@ -0,0 +1,65 @@ + + + + 4.0.0 + + + org.apache.sling + sling + 8 + + + org.apache.sling + org.apache.sling.testing.reactor + pom + 1-SNAPSHOT + + Apache Sling Testing Modules Reactor + 2014 + + + + scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing + + + scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing + + http://svn.apache.org/viewvc/sling/trunk/testing + + + + tools + junit/core + junit/scriptable + junit/healthcheck + junit/remote + junit/performance + mocks/resourceresolver-mock + mocks/jcr-mock + mocks/osgi-mock + mocks/sling-mock + mocks/sling-mock-jackrabbit + sling-pax-util + samples/sample-tests + samples/failing-tests + samples/integration-tests + + +