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 2011/01/13 18:06:48 UTC

svn commit: r1058666 - in /incubator/river/jtsk/trunk: build.xml hudson.xml

Author: sijskes
Date: Thu Jan 13 17:06:48 2011
New Revision: 1058666

URL: http://svn.apache.org/viewvc?rev=1058666&view=rev
Log:
removed target dep, ignored velocity originated verify errors

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

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1058666&r1=1058665&r2=1058666&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Thu Jan 13 17:06:48 2011
@@ -43,7 +43,7 @@
     <property name="doc.tar.bundle" location="${dist}/${product.name}-doc.tar.gz"/>
     <property name="doc.zip.bundle" location="${dist}/${product.name}-doc.zip"/>
 
-    <target name="hudson-ci" description="hudson build target" depends="diagnostics,hudson-ci-settings,all.clean,release,test,javadoc-internals" />
+    <target name="hudson-ci" description="hudson build target" depends="diagnostics,hudson-ci-settings,all.clean,release,test" />
 
     <target name="hudson-ci-settings" description="provide default settings" >
         <echoproperties />

Modified: incubator/river/jtsk/trunk/hudson.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/hudson.xml?rev=1058666&r1=1058665&r2=1058666&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Thu Jan 13 17:06:48 2011
@@ -54,6 +54,9 @@
                 <path path="asm/asm-tree-3.2.jar" />
                 <path path="lib" />
                 <path path="lib-dl" />
+                <ignore className="org.apache.velocity.app.VelocityEngine"/>
+                <ignore className="org.apache.velocity.VelocityContext"/>
+                <ignore className="org.apache.velocity.Template"/>
             </as:check-signature>
         </sequential>
     </macrodef>