You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/06 17:18:02 UTC

[06/50] [abbrv] incubator-tamaya-sandbox git commit: TAMAYA-115: Implemented multi classpath environment PropertySourceProvider, with relocation capability.

TAMAYA-115: Implemented multi classpath environment PropertySourceProvider, with relocation capability.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/47eb7a5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/47eb7a5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/47eb7a5d

Branch: refs/heads/master
Commit: 47eb7a5d02e88199650d4f23e78f5d2c8b39dadc
Parents: 4f0ff1e
Author: anatole <an...@apache.org>
Authored: Tue Oct 6 09:48:40 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Oct 6 09:55:40 2015 +0200

----------------------------------------------------------------------
 .../apache/tamaya/environment/package-info.java | 22 --------------------
 ...org.apache.tamaya.environment.spi.ContextSpi | 19 -----------------
 2 files changed, 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/47eb7a5d/environment/src/main/java/org/apache/tamaya/environment/package-info.java
----------------------------------------------------------------------
diff --git a/environment/src/main/java/org/apache/tamaya/environment/package-info.java b/environment/src/main/java/org/apache/tamaya/environment/package-info.java
deleted file mode 100644
index 5500785..0000000
--- a/environment/src/main/java/org/apache/tamaya/environment/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-/**
- * Main API of the environment module.
- */
-package org.apache.tamaya.resource.internal;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/47eb7a5d/environment/src/test/resources/META-INF/services/org.apache.tamaya.environment.spi.ContextSpi
----------------------------------------------------------------------
diff --git a/environment/src/test/resources/META-INF/services/org.apache.tamaya.environment.spi.ContextSpi b/environment/src/test/resources/META-INF/services/org.apache.tamaya.environment.spi.ContextSpi
deleted file mode 100644
index 166dd67..0000000
--- a/environment/src/test/resources/META-INF/services/org.apache.tamaya.environment.spi.ContextSpi
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy current the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-org.apache.tamaya.environment.internal.SingleEnvironmentManager