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 2015/03/24 22:20:20 UTC

[03/16] incubator-tamaya git commit: Added META-INF/javaconfiguration.propertie as default property source.

Added META-INF/javaconfiguration.propertie as default property source.


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

Branch: refs/heads/master
Commit: 52e1d1f973e7f090b6e8783c52276f29d68a17ec
Parents: 4b5c829
Author: anatole <an...@apache.org>
Authored: Tue Mar 24 15:52:08 2015 +0100
Committer: anatole <an...@apache.org>
Committed: Tue Mar 24 15:52:08 2015 +0100

----------------------------------------------------------------------
 java8/core/pom.xml                               | 13 ++-----------
 .../org.apache.tamaya.spi.PropertySourceProvider | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52e1d1f9/java8/core/pom.xml
----------------------------------------------------------------------
diff --git a/java8/core/pom.xml b/java8/core/pom.xml
index 38ab967..0e48292 100644
--- a/java8/core/pom.xml
+++ b/java8/core/pom.xml
@@ -46,7 +46,7 @@ under the License.
             <artifactId>mockito-core</artifactId>
         </dependency>
 
-        <dependency>
+        <!-- dependency>
             <groupId>org.jboss.arquillian.daemon</groupId>
             <artifactId>arquillian-daemon-container-managed</artifactId>
         </dependency>
@@ -73,16 +73,7 @@ under the License.
         <dependency>
             <groupId>org.jboss.arquillian.junit</groupId>
             <artifactId>arquillian-junit-container</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
-        </dependency>
-
+        </dependency-->
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-library</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52e1d1f9/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
----------------------------------------------------------------------
diff --git a/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
new file mode 100644
index 0000000..4535a09
--- /dev/null
+++ b/java8/core/src/main/resources/META-INF/services/org.apache.tamaya.spi.PropertySourceProvider
@@ -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.core.provider.JavaConfigurationProvider
\ No newline at end of file