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:14:48 UTC

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

Author: dion
Date: Mon May  1 23:14:45 2006
New Revision: 398822

URL: http://svn.apache.org/viewcvs?rev=398822&view=rev
Log:
Added checkclipse config file

Added:
    jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties   (with props)

Added: 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=398822&view=auto
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties (added)
+++ jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties Mon May  1 23:14:45 2006
@@ -0,0 +1,32 @@
+# file to specify filters
+# Files matching one of the given filters are excluded from style checking.
+# example usage:
+# - All leading and trailing whitespaces are ignored
+# - All lines starting with a '#' are comments.
+# - Regular expressions are Java RegExp-style. See java.util.regex.Pattern.
+#
+# Additional notes on Regular expressions:
+#
+# 1) Relative pathes (not starting with a '/') get the project location
+#    prepended. Exp: "src/org/test" gets /Project/src/org/test"
+# 2) Regular Expressions must not use the start-of-line ('^') or the 
+#    end-of-line ('$') markers. (They are automatically inserted internally).
+# 3) Make sure to escape the escape character --> \\
+#
+# The path passed to the filter can be found right-click on a file
+# -> properties -> Info -> File Path
+# e.g. /Checklipse/testsrc/testpackage/TestSrc.java
+# 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.*
+src/test/.*
+
+# All files in the package and its sub packages should 
+# be filtered like this
+#/checkclipse/testsrc/de/mvmsoft/checkclipse/test1/.*

Propchange: jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/jexl/trunk/src/conf/checkclipse-filter.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL



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