Return-Path: X-Original-To: apmail-tamaya-commits-archive@minotaur.apache.org Delivered-To: apmail-tamaya-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 7665F18E22 for ; Tue, 7 Jul 2015 20:14:31 +0000 (UTC) Received: (qmail 97711 invoked by uid 500); 7 Jul 2015 20:14:26 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 97687 invoked by uid 500); 7 Jul 2015 20:14:26 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 97678 invoked by uid 99); 7 Jul 2015 20:14:26 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 20:14:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E73F3D2D44 for ; Tue, 7 Jul 2015 20:14:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.968 X-Spam-Level: X-Spam-Status: No, score=0.968 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.812] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GDbEgRasXB38 for ; Tue, 7 Jul 2015 20:14:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 331E1205B4 for ; Tue, 7 Jul 2015 20:14:25 +0000 (UTC) Received: (qmail 97620 invoked by uid 99); 7 Jul 2015 20:14:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 20:14:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9716E058E; Tue, 7 Jul 2015 20:14:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-tamaya git commit: TAMAYA-80 Added the injection extension module to the binary distribution. Date: Tue, 7 Jul 2015 20:14:24 +0000 (UTC) Repository: incubator-tamaya Updated Branches: refs/heads/master 972ecfc39 -> 41859367f TAMAYA-80 Added the injection extension module to the binary distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/41859367 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/41859367 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/41859367 Branch: refs/heads/master Commit: 41859367f3bef6ad24dde6ae83312e87b182a509 Parents: 972ecfc Author: Oliver B. Fischer Authored: Tue Jul 7 22:13:51 2015 +0200 Committer: Oliver B. Fischer Committed: Tue Jul 7 22:13:51 2015 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 28 ++++++++++++++++++++ .../src/main/assembly/distribution-bin.xml | 25 +++++++++++++++++ 2 files changed, 53 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/41859367/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 0aa496c..90ac722 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -204,6 +204,34 @@ under the License. + + + org.apache.tamaya.ext + tamaya-injection + ${project.version} + + + org.apache.tamaya.ext + tamaya-injection + ${project.version} + sources + + + org.apache.tamaya.ext + tamaya-injection + ${project.version} + javadoc + + + + + + org.apache.tamaya.ext + tamaya-resolver + ${project.version} + + + http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/41859367/distribution/src/main/assembly/distribution-bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/distribution-bin.xml b/distribution/src/main/assembly/distribution-bin.xml index 5a71846..6af201a 100644 --- a/distribution/src/main/assembly/distribution-bin.xml +++ b/distribution/src/main/assembly/distribution-bin.xml @@ -134,6 +134,31 @@ under the License. + >> Formats module --> + + modules/injection/lib + + org.apache.tamaya.ext:tamaya-injection + org.apache.tamaya.ext:tamaya-events + org.apache.tamaya.ext:tamaya-resolver + + + org.apache.tamaya.ext:tamaya-events:*:javadoc + org.apache.tamaya.ext:tamaya-events:*:sources + org.apache.tamaya.ext:tamaya-resolver:*:javadoc + org.apache.tamaya.ext:tamaya-resolver:*:sources + + + + + modules/injection/api + + org.apache.tamaya.ext:tamaya-injection:*:javadoc + + true + + + >> JSON module --> modules/json/lib