You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2012/04/20 23:13:35 UTC

svn commit: r1328511 - /gump/metadata/project/tomcat-tc7.xml

Author: kkolinko
Date: Fri Apr 20 21:13:34 2012
New Revision: 1328511

URL: http://svn.apache.org/viewvc?rev=1328511&view=rev
Log:
Update reference to checkstyle.jar,
now that Gump was updated and globs in referenced jar names should work.

Modified:
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1328511&r1=1328510&r2=1328511&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Fri Apr 20 21:13:34 2012
@@ -149,7 +149,7 @@
    <package>org.apache.catalina</package>
    <ant target="validate">
       <property name="checkstyle.jar" project="checkstyle"
-            path="target/checkstyle-5.6-SNAPSHOT.jar" />
+            reference="jarpath" id="checkstyle" />
       <property name="execute.validate" value="true" />
    </ant>