You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/06 09:38:59 UTC

svn commit: r1500220 - /cayenne/main/trunk/build-tools/rat-excludes

Author: aadamchik
Date: Sat Jul  6 07:38:58 2013
New Revision: 1500220

URL: http://svn.apache.org/r1500220
Log:
tweaking rat excludes

(must be regex these days)

Modified:
    cayenne/main/trunk/build-tools/rat-excludes

Modified: cayenne/main/trunk/build-tools/rat-excludes
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/rat-excludes?rev=1500220&r1=1500219&r2=1500220&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/rat-excludes (original)
+++ cayenne/main/trunk/build-tools/rat-excludes Sat Jul  6 07:38:58 2013
@@ -1,8 +1,26 @@
-**/*.plist
-**/*.graffle
-**/.*
-**/.*/**
-**/CLOVER.txt
-**/*.map.xml
-**/*.css
-**/*.properties
\ No newline at end of file
+# 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.
+
+# Note that entries must be regex matching the file name
+# AFAIAK directory name matching is not supported
+
+.+\.plist$
+.+\.graffle$
+^\.gitignore$
+^\.classpath$
+^\.project$
+CLOVER.txt$
+.+\.map.xml$
+_[^\/]+\.java$