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/26 02:48:32 UTC

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

Author: billbarker
Date: Sun Sep 26 00:48:32 2010
New Revision: 1001334

URL: http://svn.apache.org/viewvc?rev=1001334&view=rev
Log:
fix output jar path

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1001334&r1=1001333&r2=1001334&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Sun Sep 26 00:48:32 2010
@@ -37,10 +37,8 @@
     <option project="commons-validator"/>
     <option project="junit"/>
     
-    <jar name="target/dist/checkstyle-@@DATE@@/checkstyle-@@DATE@@.jar"
+    <jar name="target/checkstyle-[0-9]*[0-9T].jar"
          id="checkstyle"/>
-    <jar name="target/dist/checkstyle-@@DATE@@/checkstyle-all-@@DATE@@.jar"
-         id="checkstyle-all"/>
 
     <license name="LICENSE"/>