Author: aadamchik
Date: Sun Jul  7 17:49:39 2013
New Revision: 1500495

URL: http://svn.apache.org/r1500495
Log:
restoring rat buildbot config

Added:
    cayenne/main/trunk/build-tools/rat-excludes
Modified:
    cayenne/main/trunk/rat.sh

Added: cayenne/main/trunk/build-tools/rat-excludes
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/rat-excludes?rev=1500495&view=auto
==============================================================================
--- cayenne/main/trunk/build-tools/rat-excludes (added)
+++ cayenne/main/trunk/build-tools/rat-excludes Sun Jul  7 17:49:39 2013
@@ -0,0 +1,39 @@
+# 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.
+
+
+#
+# Used by buildbot, but not by Maven
+#
+# For now manually keeping in sync with 'rat.sh'
+#
+
+.classpath
+.project
+.gitignore
+_*.java
+*.plist
+index.eomodeld
+*.fspec
+DiagramLayout
+excludes.txt
+*.map.xml
+cayenne-*.xml
+cayenne.xml
+*.driver.xml
+CLOVER.txt
+*.html
+*.css
+derby.log

Modified: cayenne/main/trunk/rat.sh
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/rat.sh?rev=1500495&r1=1500494&r2=1500495&view=diff
==============================================================================
--- cayenne/main/trunk/rat.sh (original)
+++ cayenne/main/trunk/rat.sh Sun Jul  7 17:49:39 2013
@@ -43,6 +43,7 @@ echo "Deleting 'target' dirs..." 1>&2
 
 echo "Running rat, this may take a while..." 1>&2
 
+# TODO: read excludes from buildbot config at 'build-tools/rat-excludes'
 java -jar $RAT -d $DIR \
        -e '.classpath' \
        -e '.project' \


Reply via email to