You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/12/09 09:02:45 UTC

svn commit: r1043852 - /incubator/river/jtsk/trunk/hudson.xml

Author: sijskes
Date: Thu Dec  9 08:02:45 2010
New Revision: 1043852

URL: http://svn.apache.org/viewvc?rev=1043852&view=rev
Log:
added verify

Modified:
    incubator/river/jtsk/trunk/hudson.xml

Modified: incubator/river/jtsk/trunk/hudson.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/hudson.xml?rev=1043852&r1=1043851&r2=1043852&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Thu Dec  9 08:02:45 2010
@@ -19,10 +19,9 @@
 <project name="hudson" basedir="."
     xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" >
 
-<!--
     <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
         <classpath>
-            <fileset dir="antlib">
+            <fileset dir="animal-sniffer">
                 <include name="**/*.jar"/>
             </fileset>
             <fileset dir="extlibs">
@@ -39,12 +38,11 @@
     </target>
 
     <target name="verify" depends="river-runtime" >
-        <as:check-signature signature="java14-1.0.signature" >
+        <as:check-signature signature="animal-sniffer/java14-1.0.signature" >
             <path path="lib" />
             <path path="lib-dl" />
         </as:check-signature>
     </target>
--->
 
     <target name="qa-runtime" description="build QA runtime" >
         <ant dir="qa" inheritall="false">