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 D4F1B172AD for ; Tue, 24 Mar 2015 21:21:44 +0000 (UTC) Received: (qmail 23030 invoked by uid 500); 24 Mar 2015 21:20:46 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 22999 invoked by uid 500); 24 Mar 2015 21:20:46 -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 22965 invoked by uid 99); 24 Mar 2015 21:20:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 21:20:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Mar 2015 21:20:22 +0000 Received: (qmail 21617 invoked by uid 99); 24 Mar 2015 21:20:19 -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, 24 Mar 2015 21:20:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46EECE180C; Tue, 24 Mar 2015 21:20:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anatole@apache.org To: commits@tamaya.incubator.apache.org Date: Tue, 24 Mar 2015 21:20:31 -0000 Message-Id: <1c5c175620784757a16acc70cf99fcf0@git.apache.org> In-Reply-To: <44600bca162e49939584c2a315c34f21@git.apache.org> References: <44600bca162e49939584c2a315c34f21@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/16] incubator-tamaya git commit: Created sandbox directory. X-Virus-Checked: Checked by ClamAV on apache.org Created sandbox directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/0f53ebd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/0f53ebd9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/0f53ebd9 Branch: refs/heads/master Commit: 0f53ebd92687e56930c402c9a787445106a938d8 Parents: f3d68c0 Author: anatole Authored: Tue Mar 24 22:18:43 2015 +0100 Committer: anatole Committed: Tue Mar 24 22:18:43 2015 +0100 ---------------------------------------------------------------------- .gitignore | 3 ++- sandbox/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0f53ebd9/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 194682a..613345a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ release.properties .settings .classpath -modules/integration/commons-config/commons-configuration.iml \ No newline at end of file +modules/integration/commons-config/commons-configuration.iml +examples/simple-propertysource/tamaya-example-simple-propertysource.iml \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0f53ebd9/sandbox/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/pom.xml b/sandbox/pom.xml new file mode 100644 index 0000000..3e6baf9 --- /dev/null +++ b/sandbox/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + + org.apache.tamaya + tamaya-all + 0.1-incubating-SNAPSHOT + .. + + + tamaya-sandbox + org.apache.tamaya.ext + Apache Tamaya Sandbox Modules + This project contains the several extensions that can be used with Tamaya, but are not (yet) ready for + a release. + pom + + + apiextensions + integration + management + + +