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/11/03 13:08:59 UTC

svn commit: r1030427 - /incubator/river/jtsk/trunk/build.xml

Author: sijskes
Date: Wed Nov  3 12:08:58 2010
New Revision: 1030427

URL: http://svn.apache.org/viewvc?rev=1030427&view=rev
Log:
reduction of file specifications

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

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=1030427&r1=1030426&r2=1030427&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Wed Nov  3 12:08:58 2010
@@ -47,13 +47,6 @@
     <property name="javadoc.spec.doc-title" value="${product.title} Specification-only API Documentation"/>
     <property name="javadoc.spec.win-title" value="${javadoc.spec.doc-title}"/>
 
-<!--
-    <path id="javadoc.classpath">
-        <path refid="river.classes"/>
-        <path refid="asm.classpath"/>
-    </path>
-    -->
-
     <target name="ci-build" description="hudson build target" depends="diagnostics,all.clean,release,javadoc-internals" />
 
     <target name="qa-build" description="hudson QA build target" depends="diagnostics,all.clean,release,qa.run" />