You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/01/08 13:51:37 UTC

incubator-tamaya git commit: TAMAYA-133: Added property source registation.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master d623237a5 -> 6f1aa4887


TAMAYA-133: Added property source registation.


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

Branch: refs/heads/master
Commit: 6f1aa488764cf10aaf75898bc0a84acf451de2cf
Parents: d623237
Author: anatole <an...@apache.org>
Authored: Fri Jan 8 13:51:30 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Fri Jan 8 13:51:30 2016 +0100

----------------------------------------------------------------------
 .../org.apache.tamaya.spi.PropertySource         | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6f1aa488/modules/integration/etcd/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
----------------------------------------------------------------------
diff --git a/modules/integration/etcd/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySource b/modules/integration/etcd/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
new file mode 100644
index 0000000..eb7958e
--- /dev/null
+++ b/modules/integration/etcd/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySource
@@ -0,0 +1,19 @@
+#
+# 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.etcd.EtcdPropertySource
\ No newline at end of file