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/26 22:18:53 UTC

[12/50] [abbrv] incubator-tamaya-extensions git commit: Implemented multi classpath environment PropertySourceProvider, with relocation capability.

Implemented multi classpath environment PropertySourceProvider, with relocation capability.


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

Branch: refs/heads/master
Commit: b9e708a4b588b71fc076f8b3108a0f45eb89b815
Parents: 4fa9154
Author: anatole <an...@apache.org>
Authored: Tue Oct 6 09:46:43 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Sep 27 00:18:31 2016 +0200

----------------------------------------------------------------------
 .../org.apache.tamaya.events.spi.ConfigEventSpi  | 19 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/b9e708a4/src/main/resources/META-INF/services/org.apache.tamaya.events.spi.ConfigEventSpi
----------------------------------------------------------------------
diff --git a/src/main/resources/META-INF/services/org.apache.tamaya.events.spi.ConfigEventSpi b/src/main/resources/META-INF/services/org.apache.tamaya.events.spi.ConfigEventSpi
deleted file mode 100644
index 9da23b3..0000000
--- a/src/main/resources/META-INF/services/org.apache.tamaya.events.spi.ConfigEventSpi
+++ /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.events.internal.DefaultConfigEventSpi
\ No newline at end of file