You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/05/02 08:16:57 UTC

svn commit: r398823 - in /jakarta/commons/proper/jexl/trunk/src/conf: checkclipse-filter.properties checkstyle.properties

Author: dion
Date: Mon May  1 23:16:53 2006
New Revision: 398823

URL: http://svn.apache.org/viewcvs?rev=398823&view=rev
Log:
License

Modified:
    jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties
    jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.properties

Modified: jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties?rev=398823&r1=398822&r2=398823&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties (original)
+++ jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties Mon May  1 23:16:53 2006
@@ -1,3 +1,18 @@
+#
+# Copyright 2001-2004 The Apache Software Foundation.
+# 
+# Licensed 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.
+
 # file to specify filters
 # Files matching one of the given filters are excluded from style checking.
 # example usage:
@@ -19,14 +34,9 @@
 # or   testsrc/testpackage/TestSrc.java
 # 
 
-# The following two expressions match the same file, if this config is for 
-# the project "checkclipse":
 src/java/org/apache/commons/jexl/parser/JJT.*
 src/java/org/apache/commons/jexl/parser/Parse.*
 src/java/org/apache/commons/jexl/parser/SimpleCharStream\.java
 src/java/org/apache/commons/jexl/parser/Token.*
+# ignore test code
 src/test/.*
-
-# All files in the package and its sub packages should 
-# be filtered like this
-#/checkclipse/testsrc/de/mvmsoft/checkclipse/test1/.*

Modified: jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.properties?rev=398823&r1=398822&r2=398823&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.properties (original)
+++ jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.properties Mon May  1 23:16:53 2006
@@ -1,3 +1,18 @@
+#
+# Copyright 2001-2004 The Apache Software Foundation.
+# 
+# Licensed 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.
+
 basedir=$SAMEDIR/../..
 checkstyle.cache.file=$SAMEDIR/checkstyle.cache
 checkstyle.header.file=$SAMEDIR/header.txt



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org