You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/07/19 13:42:44 UTC

git commit: [KARAF-3129] Fix RAT failures

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 8efbd43f4 -> 826f2c285


[KARAF-3129] Fix RAT failures


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/826f2c28
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/826f2c28
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/826f2c28

Branch: refs/heads/karaf-3.0.x
Commit: 826f2c28544672f529ae2a719889fd6bbf560bf6
Parents: 8efbd43
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat Jul 19 13:42:14 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat Jul 19 13:42:14 2014 +0200

----------------------------------------------------------------------
 ...rg.apache.karaf.command.acl.scope_bundle.cfg | 22 ++++++++++++++++++++
 pom.xml                                         |  4 +++-
 2 files changed, 25 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/826f2c28/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.scope_bundle.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.scope_bundle.cfg b/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.scope_bundle.cfg
index 62c8d57..5e909e5 100644
--- a/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.scope_bundle.cfg
+++ b/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.scope_bundle.cfg
@@ -1,3 +1,25 @@
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#
+# This configuration file defines the ACLs for scope bundles
+# 
 features=org.apache.karaf.features.command
 jaas=org.apache.karaf.jaas.command
 admin=org.apache.karaf.admin.command

http://git-wip-us.apache.org/repos/asf/karaf/blob/826f2c28/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d958748..01e00ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2258,10 +2258,12 @@
                                 <exclude>**/wc.txt</exclude>
                                 <exclude>**/foo</exclude>
                                 <exclude>**/org.ops4j.pax.exam.TestContainerFactory</exclude>
-                                <!--manual resources -->
+                                <!-- manual resources -->
                                 <exclude>manual/**/*.css</exclude>
                                 <exclude>manual/**/*.ssp</exclude>
                                 <exclude>manual/**/*.conf</exclude>
+                                <!-- SSH keys -->
+                                <exclude>**/*.key</exclude>
                             </excludes>
                         </configuration>
                     </plugin>