You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/09/27 01:35:02 UTC

svn commit: r1001556 - /gump/metadata/project/checkstyle.xml

Author: billbarker
Date: Sun Sep 26 23:35:02 2010
New Revision: 1001556

URL: http://svn.apache.org/viewvc?rev=1001556&view=rev
Log:
fix copy/paste error

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1001556&r1=1001555&r2=1001556&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Sun Sep 26 23:35:02 2010
@@ -37,7 +37,7 @@
     <option project="commons-validator"/>
     <option project="junit"/>
     
-    <jar name="target/checkstyle-[0-9]*[0-9T].jar"
+    <jar name="target/checkstyle-*[0-9T].jar"
          id="checkstyle"/>
 
     <license name="LICENSE"/>