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 2015/03/23 22:06:12 UTC

incubator-tamaya git commit: Rat will now check more file types.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 972b1394f -> a9e3923a7


Rat will now check more file types.


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

Branch: refs/heads/master
Commit: a9e3923a7be2dffde6e58f0e517b4d9ad0302574
Parents: 972b139
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Mon Mar 23 22:05:54 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Mon Mar 23 22:05:54 2015 +0100

----------------------------------------------------------------------
 .../services/org.apache.tamaya.spi.ServiceContext | 18 ++++++++++++++++++
 .../services/org.apache.tamaya.spi.ServiceContext | 18 ++++++++++++++++++
 pom.xml                                           |  3 ---
 3 files changed, 36 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a9e3923a/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
----------------------------------------------------------------------
diff --git a/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext b/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
index 0f7abe9..199956f 100644
--- a/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
+++ b/java7/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
@@ -1 +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.spi.TestServiceContext
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a9e3923a/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
----------------------------------------------------------------------
diff --git a/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext b/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
index 0f7abe9..199956f 100644
--- a/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
+++ b/java8/api/src/test/resources/META-INF/services/org.apache.tamaya.spi.ServiceContext
@@ -1 +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.spi.TestServiceContext
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a9e3923a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd9ffc4..a7afce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,11 +541,8 @@ under the License.
                         <include>pom.xml</include>
                     </includes>
                     <excludes>
-                        <exclude>**/*/MANIFEST.MF</exclude>
                         <exclude>.git</exclude>
-                        <exclude>.gitignore</exclude>
                         <exclude>derby.log</exclude>
-                        <exclude>**/META-INF/services/*</exclude>
                         <exclude>**/bootstrap-*</exclude>
                         <exclude>**/js/jquery-*</exclude>
                         <exclude>**/*.json</exclude>